aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-09-07 23:31:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-09-07 23:31:59 +0000
commitd4ab68cd51318b1f0d29bd30a8020aebef967d0a (patch)
treec1f4c1cc24f9984475c9ccb27e25417b0565f4fb
parente8c762981a23b2527b7a64c0a7f4db88ddef48f8 (diff)
7.10.8-pre1 commit
-rw-r--r--CHANGES9
-rw-r--r--include/curl/curl.h2
-rw-r--r--src/version.h2
3 files changed, 10 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 1aef5c475..592d74049 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@
Changelog
+Version 7.10.8-pre1 (8 September 2003)
+
+Daniel (7 September)
+- Jurij Smakov found out that the non-OpenSSL MD5 code was not working on
+ Alpha (or ia64). Only the OpenSSL-version did. I made a fix I think corrects
+ the problem.
+
Daniel (5 September)
- Kevin Fisk reported that configure --enable-thread didn't work. I fixed.
@@ -34,7 +41,7 @@ Daniel (3 September)
- Peter Pentchev found and fixed two problems in the test suite's web server
code, that made it segfault at times.
-- Joerg Mueller-Tolk improved the proxy user+password handling, especially
+- Jörg Mueller-Tolk improved the proxy user+password handling, especially
when providing a blank password.
Daniel (2 September)
diff --git a/include/curl/curl.h b/include/curl/curl.h
index 101bba034..117fb6720 100644
--- a/include/curl/curl.h
+++ b/include/curl/curl.h
@@ -29,7 +29,7 @@
/* This is the version number of the libcurl package from which this header
file origins: */
-#define LIBCURL_VERSION "7.10.8-test2"
+#define LIBCURL_VERSION "7.10.8-pre1"
/* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
diff --git a/src/version.h b/src/version.h
index ae11510d9..bd413dcde 100644
--- a/src/version.h
+++ b/src/version.h
@@ -1,3 +1,3 @@
#define CURL_NAME "curl"
-#define CURL_VERSION "7.10.7"
+#define CURL_VERSION "7.10.8-pre1"
#define CURL_ID CURL_NAME " " CURL_VERSION " (" OS ") "