From: Greg Kroah-Hartman Date: Wed, 2 Dec 2009 01:41:36 +0000 (-0800) Subject: release 024 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/1fdc0e3770308d677733ed18cbbc40841c8621d0 release 024 --- diff --git a/ChangeLog b/ChangeLog index 6552ce3..2da39c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +Summary of changes from v023 to v024 +============================================ + +Ben Boeckel (1): + Disable echo when reading the password + +Greg Kroah-Hartman (7): + fix compiler warning about fprintf + clean up some trailing whitespace + more coding style cleanups + don't free an array on the stack + fix crash when --debug is set + fix up some compiler warnings in read_password + use "quiet" mode of building if present. + +Marvin Vek (1): + Add laconica group support + +gregor herrmann (1): + BTI should not display password while user types it + Summary of changes from v022 to v023 ============================================ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 512e9a1..74a0698 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +bti 024 +============= +laconica group support from Marvin Vek +password handling changes from Gregor Herrmann and Ben Boeckel + bti 023 ============= verbose mode for timestamps diff --git a/configure.ac b/configure.ac index bfd6a8c..e45785c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([bti], [023], [greg@kroah.com]) +AC_INIT([bti], [024], [greg@kroah.com]) AC_PREREQ(2.60) -AM_INIT_AUTOMAKE(bti, 023) +AM_INIT_AUTOMAKE(bti, 024) dnl AM_CONFIG_HEADER([check-news foreign 1.9 dist-bzip2]) m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])