]> granicus.if.org Git - curl/commitdiff
multi interface connect fix
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jun 2004 11:27:33 +0000 (11:27 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jun 2004 11:27:33 +0000 (11:27 +0000)
CHANGES
RELEASE-NOTES
TODO-RELEASE

diff --git a/CHANGES b/CHANGES
index 897670b00112aa5a49f680a97b8bfbc674e9d4f4..0154c2ee2c56d027c83f85860d848360cbb16270 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                   Changelog
 
+Daniel (29 June 2004)
+- Fixed code to allow connects done using the multi interface to attempt the
+  next IP when connecting to a host that resolves to multiple IPs and a
+  connect attempt fails.
+  
 Daniel (27 June 2004)
 - Based on Rob Stanzel's bug report #979480, I wrote a configure check that
   checks if poll() can be used to wait on NULL as otherwise select() should be
index 89df47112baf1f442a2299fd9dcf9133e07f2138..8163b0a605efbfc0c6cf8cc97c207e2aae5de31c 100644 (file)
@@ -19,6 +19,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o multi interface connects fine to multi-IP resolving hosts
  o --limit-rate works on Mac OS X (and other systems with bad poll()s)
  o cookies can now hold 4999 bytes of content
  o HTTP POST/PUT with NTLM/Digest/Negotiate to a URL returning 3XX
index cdbea5480fb0e1534d34f66d38dfbf2d9aff1b77..60e47286d4a6a094f0c7511d56f2e21dc45fc3cf 100644 (file)
@@ -1,15 +1,10 @@
 Issues not sorted in any particular order.
-  UNASSIGNED means that no person has publicly stated to work on the issue.
+
 
 To get fixed in 7.12.1 (planned release: August 2004)
 ======================
 
-35 - Fix multi interface when connecting to host with multiple IP addresses:
-     http://curl.haxx.se/mail/lib-2004-06/0163.html and
-     http://curl.haxx.se/mail/lib-2004-06/0167.html
-     UNASSIGNED
-
-* Bugfixes reported until late July
+ Bugfixes reported until late July
 
 To get fixed in 7.12.2 (planned release: December 2004)
 ======================