From 65f522021c171c15d03ec787f39d4f02e11b4aeb Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 12 Jan 2009 10:36:53 -0800 Subject: [PATCH] release 010 --- ChangeLog | 13 +++++++++++++ Makefile | 2 +- RELEASE-NOTES | 6 ++++++ 3 files changed, 20 insertions(+), 1 deletion(-) 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. -- 2.39.5