]> granicus.if.org Git - curl/commitdiff
7.9.8 commit curl-7_9_8
authorDaniel Stenberg <daniel@haxx.se>
Thu, 13 Jun 2002 14:37:15 +0000 (14:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 13 Jun 2002 14:37:15 +0000 (14:37 +0000)
CHANGES
include/curl/curl.h
src/version.h

diff --git a/CHANGES b/CHANGES
index 11210b019866a8783c7e5466733e0a1993fe3ec1..6eeb0c66a4f9515d247e3a9b8ee3f51eedf37fa4 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,11 +6,16 @@
 
                                History of Changes
 
+Version 7.9.8
+
+Daniel (13 Jun 2002)
+- Time to let this baby go.
+
 Daniel (12 Jun 2002)
-- Chris Combes provided a patch that added three new options for
-  curl_formadd(): CURLFORM_BUFFER, CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH
-  They are used to create a multipart that appears as a regular file upload,
-  but the data is provided with a pointer and length.
+- Chris Combes added three new options for curl_formadd(): CURLFORM_BUFFER,
+  CURLFORM_BUFFERPTR, CURLFORM_BUFFERLENGTH.  They are used to create a
+  multipart that appears as a regular file upload, but the data is provided
+  with a pointer and length.
   
 - Nico Baggus made the VMS version use sigsetjmp() too.
 
index 6862042109f4eddb7b4dde2adf625d21f2be1b45..c616466dc0864ae268c024438e493a454990034e 100644 (file)
@@ -747,7 +747,7 @@ CURLcode curl_global_init(long flags);
 void curl_global_cleanup(void);
 
 /* This is the version number */
-#define LIBCURL_VERSION "7.9.8-pre3"
+#define LIBCURL_VERSION "7.9.8"
 #define LIBCURL_VERSION_NUM 0x070908
 
 /* linked-list structure for the CURLOPT_QUOTE option (and other) */
index e049eea322bed87a30aaf33beda70ebb0f3f4253..67370f5e138e58755b6117f4a9c08f2aaef534c9 100644 (file)
@@ -1,3 +1,3 @@
 #define CURL_NAME "curl"
-#define CURL_VERSION "7.9.8-pre3"
+#define CURL_VERSION "7.9.8"
 #define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "