]> granicus.if.org Git - curl/commitdiff
mention asynchronous DNS lookups enhancements
authorYang Tse <yangsita@gmail.com>
Wed, 27 Jan 2010 18:10:35 +0000 (18:10 +0000)
committerYang Tse <yangsita@gmail.com>
Wed, 27 Jan 2010 18:10:35 +0000 (18:10 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index d8f5c0e41556f840c83b87bf68802e3c4bc31827..cd4634e8f07ca8cddd18d3cdbe24a42a12450c04 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,21 @@
 
                                   Changelog
 
+Yang Tse (26 Jan 2010)
+- Constantine Sapuntzakis' and Joshua Kwan's work done in the last four months
+  relative to the asynchronous DNS lookups, along with with some integration
+  adjustments I have done are finally committed to CVS.
+
+  Currently these enhancements will benefit builds done using c-ares on any
+  platform as well as Windows builds using the default threaded resolver.
+
+  This release does not make generally available POSIX threaded DNS lookups
+  yet. There is no configure option to enable this feature yet. It is possible
+  to experimantally try this feature running configure with compiler flags that
+  make simultaneous definition of preprocessor symbols USE_THREADS_POSIX and
+  HAVE_PTHREAD_H, as well as whatever reentrancy compiler flags and linker ones
+  are required to link and properly use pthread_* functions on each platform.
+
 Daniel Stenberg (26 Jan 2010)
 - Mike Crowe made libcurl return CURLE_COULDNT_RESOLVE_PROXY when it is the
   proxy that cannot be resolved when using c-ares. This matches the behaviour
index 5b2c339b19a2945d6d6da3d1668c15e7f2b69af6..3140a190334937e40c3d0c6ba821c31d8a70a9b0 100644 (file)
@@ -20,6 +20,7 @@ This release includes the following changes:
  o added support for the PRET ftp command
  o curl supports --ssl and --ssl-reqd
  o added -J/--remote-header-name for using server-provided filename with -O
+ o enhanced asynchronous DNS lookups
 
 This release includes the following bugfixes:
 
@@ -63,6 +64,6 @@ advice from friends like these:
  Markus Koetter, Chad Monroe, Martin Storsjo, Siegfried Gyuricsko,
  Jon Nelson, Julien Chaffraix, Renato Botelho, Peter Pentchev, Ingmar Runge,
  Johan van Selst, Charles Kerr, Gil Weber, David McCreedy, Chris Conroy,
- Bjorn Stenberg, Mike Crowe
+ Bjorn Stenberg, Mike Crowe, Joshua Kwan, Daniel Fandrich
 
         Thanks! (and sorry if I forgot to mention someone)