From 582770cb689a7cfac432fdbf1b5c5824f0f72dda Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 23 Jan 2009 12:34:10 -0800 Subject: [PATCH] release 012 --- ChangeLog | 15 +++++++++++++++ Makefile | 2 +- RELEASE-NOTES | 6 ++++++ 3 files changed, 22 insertions(+), 1 deletion(-) 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 -- 2.39.5