]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
7.9.1 pre-release 1 status
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Oct 2001 08:16:26 +0000 (08:16 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Oct 2001 08:16:26 +0000 (08:16 +0000)
CHANGES
src/version.h

diff --git a/CHANGES b/CHANGES
index 9a944387785833e421bffc92857e9a1edade37ba..76a7885669141ba03560393d281ac456d41537fc 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
 
                                History of Changes
 
+Daniel (3 October 2001)
+- Georg Huettenegger once again made an effort beyond the call of duty and not
+  only improved the curl_formadd() function, but also took care of adjusting
+  the curl command line client to use this new function instead of the
+  obsoleted curl_formparse.
+
 Daniel (2 October 2001)
 - Major fix in how libcurl does TCP connects. It now does non-blocking
   connects to enable good timeouts without signals, and it now tries all IP
index edeab1a755b8c4108e49a5a21776b9ff8897d7d5..a5540e43ab546e6673c4a64ea6860892c0723957 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9"
+#define CURL_VERSION "7.9.1-pre1"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "