From fe2a9a9383fb81ec55d3c03f45c64bf3c606f5e4 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Wed, 11 Mar 2009 13:13:23 -0700 Subject: [PATCH] release 015 --- ChangeLog | 20 ++++++++++++++++++++ Makefile | 2 +- RELEASE-NOTES | 6 ++++++ 3 files changed, 27 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2822668..e96b9ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +Summary of changes from v014 to v015 +============================================ + +Amir Mohammad Saied (11): + Actions support for bti + libxml2 libs and cflags + action and values for bash completion + Added action option in example bti config file + User action + Replies action + Updating bashcompletion and example config file for new actions + logging more + Updating documents + Handling unknown actions + Fixing an assignment issue + +Greg Kroah-Hartman (2): + Change the formatting of --action output + fix readline mess when in --bash mode + Summary of changes from v013 to v014 ============================================ diff --git a/Makefile b/Makefile index 8d4f2eb..994e5e3 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 014 +VERSION = 015 PROGRAM = bti diff --git a/RELEASE-NOTES b/RELEASE-NOTES index b5c8fa6..533b88e 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +bti 015 +============= +--action support, bti now can output data from the twitter +and identica servers! Thanks to Amir Saied for the work he put into this. +minor bugfixes for bash mode, bah, readline is a pain at times. + bti 014 ============= Fix reported readline bugs -- 2.39.5