From: Greg Kroah-Hartman Date: Fri, 23 Jan 2009 20:34:10 +0000 (-0800) Subject: release 012 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/582770cb689a7cfac432fdbf1b5c5824f0f72dda?ds=inline release 012 --- diff --git a/ChangeLog b/ChangeLog index 9460863..a9f2830 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Summary of changes from v011 to v012 +============================================ + +Amir Mohammad Saied (2): + Source parameter added + Add bash completion script + +Greg Kroah-Hartman (2): + add --logfile option + document the logfile option + +SanjayKumar J (1): + bti: incorrect version fix + + Summary of changes from v010 to v011 ============================================ Amir Mohammad Saied (1): diff --git a/Makefile b/Makefile index 85191b3..1d67ca8 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 011 +VERSION = 012 PROGRAM = bti diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 28c2521..463005e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +bti 012 +============= +Logfile support added to track status of tweets +bash completion script added thanks to Amir Saied +proper "application name" added thanks to Amir Saied + bti 011 ============= Readline support thanks to Amir Saied