From: Greg Kroah-Hartman Date: Wed, 19 May 2010 19:10:58 +0000 (-0700) Subject: release 026 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/00740afb93d7f6cb9817d1016a3906e6770bf405?hp=dada77e4c70f76bf581b3efc6821773d28b4425c release 026 --- diff --git a/ChangeLog b/ChangeLog index 88a68ab..1486785 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Summary of changes from v025 to v026 +============================================ + +Greg Kroah-Hartman (7): + minor coding style cleanup. + updated version of checkpatch.pl + another minor codingstyle fix + update bti.1 from the xml changes + init the readline function after parsing the command line options + add a configfile option to the core data structure + Add ability to override default config file option + +Pete Zaitcev (2): + bti: suppress prompt if fed from a pipe + bti: fix a crash for echo -n|bti + +Reuben Thomas (1): + Typo fixes for bti(1) + Summary of changes from v024 to v025 ============================================ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8d405ce..efe51c8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +bti 026 +============= +added ability to specify config file from command line +some readline fixups from Pete + bti 025 ============= remove readline link-time dependancy to make the distro's lives easier diff --git a/configure.ac b/configure.ac index 6e16ce0..e3daf5f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([bti], [025], [greg@kroah.com]) +AC_INIT([bti], [026], [greg@kroah.com]) AC_PREREQ(2.60) -AM_INIT_AUTOMAKE(bti, 025) +AM_INIT_AUTOMAKE(bti, 026) dnl AM_CONFIG_HEADER([check-news foreign 1.9 dist-bzip2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])