From: Greg Kroah-Hartman Date: Wed, 27 May 2009 20:45:53 +0000 (-0700) Subject: release 023 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/110d37ee2d4a6dc193c572e3653891dd504c503b?ds=sidebyside release 023 --- diff --git a/ChangeLog b/ChangeLog index a0142f6..6552ce3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Summary of changes from v022 to v023 +============================================ + +Amir Mohammad Saied (5): + https for twitter + Verbose mode for bti + verbose option for bash completion script + Updating documents, both for the new verbose mode, and custom laconi.ca installations. + Updating AUTHORs and copyright section + Summary of changes from v021 to v022 ============================================ diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c5042b4..512e9a1 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +bti 023 +============= +verbose mode for timestamps +documentation for custom identi.ca +Properly credit Amir for all of his great work. + bti 022 ============= custom identi.ca instances supported diff --git a/configure.ac b/configure.ac index 204cb1f..dee52d5 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ -AC_INIT([bti], [022], [greg@kroah.com]) +AC_INIT([bti], [023], [greg@kroah.com]) AC_PREREQ(2.60) -AM_INIT_AUTOMAKE(bti, 022) +AM_INIT_AUTOMAKE(bti, 023) dnl AM_CONFIG_HEADER([check-news foreign 1.9 dist-bzip2]) AC_PROG_CC