From 3149c55199085cd3d24701c390323fe2aeadcc72 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 25 Jun 2008 18:21:12 -0700 Subject: [PATCH] release 005 --- ChangeLog | 8 ++++++++ Makefile | 2 +- RELEASE-NOTES | 5 +++++ 3 files changed, 14 insertions(+), 1 deletion(-) 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 -- 2.39.5