aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-02-03 09:34:03 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-02-03 09:34:03 +0000
commit67d2dd62f93b0eddebe75e96045b115a2f569b29 (patch)
tree1d6dc622f4c708b61e2894207b00dc4289578043 /CHANGES
parent138b4f27b46475e4d28ae8bb96ad9ae1395faabc (diff)
- Yang Tse fixed the cookie expiry date in several test cases that started to
fail since they used "1 feb 2007"... - Manfred Schwarb reported that socks5 support was broken and help us pinpoint the problem. The code now tries harder to use httproxy and proxy where apppropriate, as not all proxies are HTTP...
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 25d42cbee..ea6e5e556 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,14 @@
Changelog
+Daniel (3 February 2007)
+- Yang Tse fixed the cookie expiry date in several test cases that started to
+ fail since they used "1 feb 2007"...
+
+- Manfred Schwarb reported that socks5 support was broken and help us pinpoint
+ the problem. The code now tries harder to use httproxy and proxy where
+ apppropriate, as not all proxies are HTTP...
+
Version 7.16.1 (29 January 2007)
Daniel (29 January 2007)