]> ToastFreeware Gitweb - gregoa/bti.git/commitdiff
release 022
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 May 2009 06:17:45 +0000 (23:17 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 5 May 2009 06:17:45 +0000 (23:17 -0700)
ChangeLog
RELEASE-NOTES
configure.ac

index ff1e7903a6b0128a54e9e274fe9b3b23a5ea69d8..a0142f6f886bb224fbc2c9eb087a791efc8b6cdd 100644 (file)
--- 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
 ============================================
 
index b34c852704f90dc2ef57208ee55007db95151b11..c5042b4962bba39955e23e51ee250a78ea13b5ad 100644 (file)
@@ -1,3 +1,9 @@
+bti 022
+=============
+custom identi.ca instances supported
+timestamps on messages read.
+autoconf fixes.
+
 bti 021
 =============
 yet more autoconf fixes
index 944981e3bacfdedff89a00c22235e4daff0ccc6a..204cb1fe50d890c8cf2cf605cb36c2e85ad1f62f 100644 (file)
@@ -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