]> granicus.if.org Git - curl/commitdiff
- Yang Tse fixed the cookie expiry date in several test cases that started to
authorDaniel Stenberg <daniel@haxx.se>
Sat, 3 Feb 2007 09:34:03 +0000 (09:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 3 Feb 2007 09:34:03 +0000 (09:34 +0000)
  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...

CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 25d42cbee87c3d0b32eb019284ddbf80c6376057..ea6e5e5566cf233177937fe1a2ae140b7d778386 100644 (file)
--- 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)
index d37632ee09c3974923c9fe7907197ac7b67614f7..e340ca724531d66d13b7595e5995434103efbb8c 100644 (file)
@@ -11,11 +11,12 @@ Curl and libcurl 7.16.2
 
 This release includes the following changes:
  
- o In testsuite, update test cookies expiration from 2007-Feb-1 to 2038-Feb-1
+ o
 
 This release includes the following bugfixes:
 
- o 
+ o in testsuite, update test cookies expiration from 2007-Feb-1 to 2038-Feb-1
+ o socks5 works
 
 This release includes the following known bugs:
 
@@ -32,6 +33,6 @@ New curl mirrors:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
+ Yang Tse, Manfred Schwarb
 
         Thanks! (and sorry if I forgot to mention someone)