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.
- 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)
/* 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
#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 ") "