]> ToastFreeware Gitweb - gregoa/bti.git/commitdiff
release 031
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 23:33:57 +0000 (16:33 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 21 Mar 2011 23:33:57 +0000 (16:33 -0700)
ChangeLog
RELEASE-NOTES
configure.ac

index 550d2eb8426f967152b30ac56449dd90759ee08a..384ed9f4365c3fb0a0d0d1c19f2a31c7c78ced73 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Summary of changes from v030 to v031
+============================================
+
+Diego Elio Pettenò (1):
+      In non-background execution, check whether the server reports success.
+
+Greg Kroah-Hartman (2):
+      code formatting cleanups
+      config: fix possible access of non-allocated memory
+
+Michel Alexandre Salim (2):
+      Only treat # as a comment marker if it's at the beginning of line or is preceded by a whitespace character
+      Keep searching for '#' comment marker if previous occurence was a false positive
+
+
 Summary of changes from v029 to v030
 ============================================
 
index 10f1bc25b59278f0c691f5b6a793b2f48fd9c4ad..0416000f3a7054ed7546cc70a20a6c942bdcc001 100644 (file)
@@ -1,3 +1,10 @@
+bti 031
+=============
+- Check for identi.ca server success or not in non-background mode
+  thanks to Flameeyes
+- Handle '#' in a password in the config file properly thanks to Michel
+  Alexandre Salim
+
 bti 030
 =============
 More minor bugfixes
index 39643d4e1e0f0b2be595bfbe6c8199c5e6a5dba4..8dc3071a71c56b6ab4a14a99853daf99ca18d262 100644 (file)
@@ -1,7 +1,7 @@
-AC_INIT([bti], [030], [greg@kroah.com])
+AC_INIT([bti], [031], [greg@kroah.com])
 AC_PREREQ(2.60)
 
-AM_INIT_AUTOMAKE(bti, 030)
+AM_INIT_AUTOMAKE(bti, 031)
 
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])