From afcac23048ceb92a12d57c206e3478909c7e1b56 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 4 Feb 2009 09:58:58 -0800 Subject: [PATCH] release 013 --- ChangeLog | 9 +++++++++ Makefile | 2 +- RELEASE-NOTES | 4 ++++ 3 files changed, 14 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index a9f2830..bcff25d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Summary of changes from v012 to v013 +============================================ + +Greg Kroah-Hartman (3): + coding style cleanups + fix readline support + don't duplicate string on password or account prompt + + Summary of changes from v011 to v012 ============================================ diff --git a/Makefile b/Makefile index 1d67ca8..4e3b6f1 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 012 +VERSION = 013 PROGRAM = bti diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 463005e..4861e0a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +bti 013 +============= +Fix some readline prompt issues + bti 012 ============= Logfile support added to track status of tweets -- 2.39.5