From ddd9289135b02f68fb2d62d6a00e76bd07343d6e Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 23 Mar 2009 16:03:14 -0700 Subject: [PATCH] release 016 --- ChangeLog | 17 +++++++++++++++++ Makefile | 2 +- RELEASE-NOTES | 6 ++++++ 3 files changed, 24 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index e96b9ef..c38fbc3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Summary of changes from v015 to v016 +============================================ + +Bart Trojanowski (6): + add make install target + add bti --shrink-urls + add bti --dry-run option + bti.xml and bti.example updates + fix an array overrun in shrink_urls() + bti-shrink-urls - properly handle urls with : + +Greg Kroah-Hartman (3): + fix up some compiler warnings due to new patches + add new options to bash completion script + update bti.1 with new info from xml file + + Summary of changes from v014 to v015 ============================================ diff --git a/Makefile b/Makefile index e11ee91..148211d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 015 +VERSION = 016 PROGRAM = bti SCRIPTS = bti-shrink-urls diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 533b88e..c8d36e8 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +bti 016 +============= +--dry-run option thanks to Bart Trojanowski +url shortner script and option thanks to Bart Trojanowski +make install target thanks to Bart Trojanowski + bti 015 ============= --action support, bti now can output data from the twitter