]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
Dirk modifide the share-locking for DNS lookups
authorDaniel Stenberg <daniel@haxx.se>
Sun, 12 Oct 2003 13:58:16 +0000 (13:58 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 12 Oct 2003 13:58:16 +0000 (13:58 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index ca179f1024d7a56655e2e3ac3aa35805c8118325..4a30ec21c7d64c25de0b916f577aa3a6d86f522a 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,11 @@
                                   Changelog
 
 
+Daniel (12 October)
+- Dirk Manske made the share locking around DNS lookups slightly different to
+  allow the share system's DNS lookups to run somewhat more
+  independent/faster.
+
 Daniel (9 October)
 - Lachlan O'Dea fixed a resume problem: "If I set CURLOPT_RESUME_FROM, perform
   an HTTP download, then reset CURLOPT_RESUME_FROM to 0, the next download
index aa3a0cd984eddd04a033029516786bca7c74e0e7..3fbde6c5de149c977e7f58573913b95e7e71961a 100644 (file)
@@ -19,6 +19,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o share-locking during DNS lookups was modified
  o resume was not possible to switch off properly once enabled
  o fixed the ipv4 connect code when a DNS entry has multiple IPs
  o now checks subjectAltNames when matching certs
@@ -67,6 +68,6 @@ advice from friends like these:
  Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
  Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard,
  Jeremy Friesner, Florian Schoppmann, Neil Dunbar, Frank Ticheler, Lachlan
- O'Dea
+ O'Dea, Dirk Manske
  
         Thanks! (and sorry if I forgot to mention someone)