From 1fdc0e3770308d677733ed18cbbc40841c8621d0 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Tue, 1 Dec 2009 17:41:36 -0800 Subject: [PATCH] release 024 --- ChangeLog | 21 +++++++++++++++++++++ RELEASE-NOTES | 5 +++++ configure.ac | 4 ++-- 3 files changed, 28 insertions(+), 2 deletions(-) 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])]) -- 2.39.5