Skip to content

Commit

Permalink
release 016
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkh committed Mar 23, 2009
1 parent 71868b4 commit ddd9289
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
17 changes: 17 additions & 0 deletions 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
============================================

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -16,7 +16,7 @@
#
#

VERSION = 015
VERSION = 016

PROGRAM = bti
SCRIPTS = bti-shrink-urls
Expand Down
6 changes: 6 additions & 0 deletions 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
Expand Down

0 comments on commit ddd9289

Please sign in to comment.