summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-06-13 14:37:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-06-13 14:37:15 +0000
commit67273eed9bc06b864bfb5882fc87ee6cd891be38 (patch)
tree88cb05463db7d7fdbf5ccb4eee764608d81647f2
parent3c63e1d8d98be4ab385a7d279ae8645d8b4ad4de (diff)
downloadgnurl-67273eed9bc06b864bfb5882fc87ee6cd891be38.tar.gz
gnurl-67273eed9bc06b864bfb5882fc87ee6cd891be38.tar.bz2
gnurl-67273eed9bc06b864bfb5882fc87ee6cd891be38.zip
7.9.8 commitcurl-7_9_8
-rw-r--r--CHANGES13
-rw-r--r--include/curl/curl.h2
-rw-r--r--src/version.h2
3 files changed, 11 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 11210b019..6eeb0c66a 100644
--- 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.
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 686204210..c616466dc 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -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) */
diff --git a/src/version.h b/src/version.h
index e049eea32..67370f5e1 100644
--- a/src/version.h
+++ b/src/version.h
@@ -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 ") "