aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-16 13:33:41 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-16 13:33:41 +0000
commitd53d33698c29fc56c56b2d46b3809b6dc9f24b95 (patch)
treeb0c25ecd179ca431a3afbe92a0786990be6b95ad /CHANGES
parent39926181ea02fa391c7c4b7c27a13de199ca8170 (diff)
verbose-fix, socks5-fix, dnscache-fix, configure-winmmlib-fix
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ed5627d44..55db9c208 100644
--- 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.