From: Greg Kroah-Hartman Date: Mon, 12 Jan 2009 18:36:53 +0000 (-0800) Subject: release 010 X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/commitdiff_plain/65f522021c171c15d03ec787f39d4f02e11b4aeb?hp=ba2443406bef1596eefd344daedfd3ca23b7ea34 release 010 --- diff --git a/ChangeLog b/ChangeLog index 74674cb..1336d79 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Summary of changes from v009 to v010 +============================================ + +Greg Kroah-Hartman (3): + add --proxy support to command line + check in changes to bti.1 from previous xml changes + document the order that config options are handled + +gregor herrmann (2): + Fix up documentation of proxy option + use the http_proxy environment variable if it is present + + Summary of changes from v008 to v009 ============================================ diff --git a/Makefile b/Makefile index 4cfa826..7fc3a7b 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ # # -VERSION = 009 +VERSION = 010 PROGRAM = bti diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0d167b5..a268118 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,9 @@ +bti 010 +============= +Fix up HTTP proxy support, thanks to gregor herrmann: + - command line option now works + - http_proxy environment variable is now handled + bti 009 ============= Initial attempt for HTTP proxy support.