]> granicus.if.org Git - curl/commitdiff
verbose-fix, socks5-fix, dnscache-fix, configure-winmmlib-fix
authorDaniel Stenberg <daniel@haxx.se>
Mon, 16 Feb 2004 13:33:41 +0000 (13:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 16 Feb 2004 13:33:41 +0000 (13:33 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index ed5627d4464e37e1ed3f214d7470685be96741bd..55db9c20872f89ede87bc5a8d91d09f2f6741e60 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,19 @@
                                   Changelog
 
 
+Daniel (16 February 2004)
+- Fixed a problem when displaying verbose for ipv6-enabled libcurls and
+  re-used connections. Problem reported and fix verified by Grigory Entin.
+
+- Jeff Lawson fixed the version-check in the SOCKS5 code.
+
+Daniel (15 February 2004)
+- Fixed a case where a host cache entry was not flagged in-use properly when a
+  cached entry was used.
+
+- Andrés García's patch that checks for winmm in the configure script was
+  applied.
+
 Daniel (13 February 2004)
 - Ben Greear's SO_BINDTODEVICE patch for the binding of the local end to a
   specific network interface.