]> ToastFreeware Gitweb - gregoa/bti.git/commitdiff
release 017
authorGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 05:19:48 +0000 (22:19 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 24 Mar 2009 05:19:48 +0000 (22:19 -0700)
ChangeLog
Makefile
RELEASE-NOTES

index c38fbc39cbcb2ad907610f493e9280f543703d94..63deef9b02b1e721aa0aa6fba7db9b8091a8b0bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+Summary of changes from v016 to v017
+============================================
+
+Bart Trojanowski (1):
+      fix a bug with shrink_urls() when ran on text that contains no urls
+
+Dave Barry (1):
+      Add support for api page numbers in read mode
+
+Greg Kroah-Hartman (5):
+      Lots of checkpatch cleanups to the code
+      Merge branch 'master' of git://github.com/psykoyiko/bti
+      document the --page option
+      add --page to bti-bashcompletion
+      update bti.1
+
+
 Summary of changes from v015 to v016
 ============================================
 
index 148211d5f319354eb070e463024359ddad13b1e2..b49d1d9cb1b888c5d7929edf308aca870568bd22 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 #
 
-VERSION = 016
+VERSION = 017
 
 PROGRAM = bti
 SCRIPTS = bti-shrink-urls
index c8d36e87c7ea03150cc1d5bf7dcfbe2d84710ed1..5a84ac04e4c63b19dd0c840ad4ff1d61b9f2fb68 100644 (file)
@@ -1,3 +1,9 @@
+bti 017
+=============
+url shortner bugfix from Bart Trojanowski
+--page option from Dave Barry
+documentation updates
+
 bti 016
 =============
 --dry-run option thanks to Bart Trojanowski