]> granicus.if.org Git - curl/commitdiff
the global init stuff, strtok.h mess, _REENTRANT fixed
authorDaniel Stenberg <daniel@haxx.se>
Thu, 31 May 2001 13:32:55 +0000 (13:32 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 31 May 2001 13:32:55 +0000 (13:32 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 860eaaa8fe0efc32f052d833d7124c4fdfe38fe0..e7a0925bdf6a3b5a9aa97d35d2698d57c85deddf 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,27 @@
 
                                History of Changes
 
+Version 7.8-pre3
+
+Daniel (31 May 2001)
+- Once and for all fixed the _REENTRANT mess for Solaris compiles to present
+  less warnings.
+
+- Sterling Hughes tirelessly points out and corrects my mistakes...! So,
+  curl_global_init() now lets the argument flags *SET* what parts to
+  init. CURL_GLOBAL_DEFAULT makes a nice default, CURL_GLOBAL_ALL inits all
+  known subsystems and CURL_GLOBAL_NONE inits nothing more than absolutely
+  necessary. Man page updated accordingly.
+
+- Fixed the strtok.h include file as it wouldn't compile on all platforms!
+
+Daniel (30 May 2001)
+- Made libcurl by default act as if CURLOPT_MUTE and CURLOPT_NOPROGRESS were
+  set TRUE. Set them to FALSE to make libcurl more talkative. The *_MUTE
+  option is subject for complete removal...
+
+Version 7.8-pre2
+
 Daniel (30 May 2001)
 - Cris Bailiff wrote a makefile for building Solaris packages.