From 3e9dc49cbbceb2cb03f88c3ba84c094b9b3af12b Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 23 Mar 2009 22:19:48 -0700 Subject: [PATCH] release 017 --- ChangeLog | 17 +++++++++++++++++ Makefile | 2 +- RELEASE-NOTES | 6 ++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c38fbc3..63deef9 100644 --- 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 ============================================ diff --git a/Makefile b/Makefile index 148211d..b49d1d9 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 016 +VERSION = 017 PROGRAM = bti SCRIPTS = bti-shrink-urls diff --git a/RELEASE-NOTES b/RELEASE-NOTES index c8d36e8..5a84ac0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 -- 2.39.5