From: Greg Kroah-Hartman Date: Tue, 5 May 2009 06:17:45 +0000 (-0700) Subject: release 022 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/633f84b2f88131c9d448c50750038a9c1b696a13?ds=sidebyside release 022 --- diff --git a/ChangeLog b/ChangeLog index ff1e790..a0142f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Summary of changes from v021 to v022 +============================================ + +Amir Mohammad Saied (2): + Support for custom bti installations + Updating config example file + +Greg Kroah-Hartman (4): + add the script to the tarball. + fix build warning from time patch. + Merge branch 'master' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/gregkh/bti + Merge branch 'master' of git://github.com/amir/bti + +J.R. Mauro (1): + bti: show timestamp in statuses + +gregor herrmann (1): + bti: use ssl for identi.ca + + Summary of changes from v020 to v021 ============================================ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b34c852..c5042b4 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +bti 022 +============= +custom identi.ca instances supported +timestamps on messages read. +autoconf fixes. + bti 021 ============= yet more autoconf fixes diff --git a/configure.ac b/configure.ac index 944981e..204cb1f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([bti], [021], [greg@kroah.com]) +AC_INIT([bti], [022], [greg@kroah.com]) AC_PREREQ(2.60) -AM_INIT_AUTOMAKE(bti, 021) +AM_INIT_AUTOMAKE(bti, 022) dnl AM_CONFIG_HEADER([check-news foreign 1.9 dist-bzip2]) AC_PROG_CC