]> ToastFreeware Gitweb - gregoa/bti.git/commitdiff
release 010
authorGreg Kroah-Hartman <gregkh@suse.de>
Mon, 12 Jan 2009 18:36:53 +0000 (10:36 -0800)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 12 Jan 2009 18:36:53 +0000 (10:36 -0800)
ChangeLog
Makefile
RELEASE-NOTES

index 74674cb0cdfcfec26d4ec997cbff0cea7769c6d0..1336d79290e3ec2536c4410245b0431ddc855474 100644 (file)
--- 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
 ============================================
 
index 4cfa826370d3ff7b1999eb273f08984dd739cff1..7fc3a7bcc48f068ca28e5b47690984a1700a9835 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
 #
 #
 
-VERSION = 009
+VERSION = 010
 
 PROGRAM = bti
 
index 0d167b57437a03103f3c4c43652b4cbc1100efaf..a268118aeee3e7319978f1c76c4c8c9191d83b09 100644 (file)
@@ -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.