From: Greg Kroah-Hartman Date: Thu, 26 Jun 2008 01:21:12 +0000 (-0700) Subject: release 005 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/3149c55199085cd3d24701c390323fe2aeadcc72?hp=2de6c56263e5f38fade5a9f9872b68208b96bfc1 release 005 --- diff --git a/ChangeLog b/ChangeLog index 729a4ee..6fa2047 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Summary of changes from v004 to v005 +============================================ + +Greg Kroah-Hartman (2): + remove the pwd from the bash output, it's messy + expand the tweet size, it was only taking 100 chars + + Summary of changes from v003 to v004 ============================================ diff --git a/Makefile b/Makefile index 25089e4..58ac94d 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 004 +VERSION = 005 PROGRAM = bti diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 59489e3..3c26683 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,8 @@ +bti 005 +============= +pwd was removed from bash mode +bug with tweets crashing over 100 characters fixed + bti 004 ============= --bash fork and quiet modes enabled