From: Greg Kroah-Hartman Date: Sun, 11 Jan 2009 22:20:57 +0000 (-0800) Subject: release 009 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/91b2c971fbd8aeb3a48669d41dacf9d6de89e719 release 009 --- diff --git a/ChangeLog b/ChangeLog index 3f44e3d..74674cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Summary of changes from v008 to v009 +============================================ + +Greg Kroah-Hartman (3): + initial cut at adding http proxy support + document proxy support + add example proxy value to the bti.example file + + Summary of changes from v007 to v008 ============================================ diff --git a/Makefile b/Makefile index 77b62b9..4cfa826 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 008 +VERSION = 009 PROGRAM = bti diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 4315c42..0d167b5 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,7 @@ +bti 009 +============= +Initial attempt for HTTP proxy support. + bti 008 ============= Fix for twitter, due to their server not liking one of the http headers anymore.