From e73c6e039e4c7f249b825370cb391a608ff4b43a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 13 Oct 2005 09:23:51 +0000 Subject: [PATCH] start working on 7.15.1 --- RELEASE-NOTES | 33 ++++++++------------------------- include/curl/curlver.h | 4 ++-- 2 files changed, 10 insertions(+), 27 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 5684bf3..c458a94 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,46 +1,29 @@ -Curl and libcurl 7.15.0 +Curl and libcurl 7.15.1 - Public curl release number: 90 - Releases counted from the very beginning: 117 + Public curl release number: 91 + Releases counted from the very beginning: 118 Available command line options: 109 Available curl_easy_setopt() options: 124 Number of public functions in libcurl: 46 Amount of public web site mirrors: 24 Number of known libcurl bindings: 32 - Number of contributors: 451 + Number of contributors: 459 This release includes the following changes: - o --ftp-skip-pasv-ip / CURLOPT_FTP_SKIP_PASV_IP (sponsored by CU*Answers) - o TFTP support added + o This release includes the following bugfixes: - o user+domain name buffer overflow in the NTLM code (security flaw) - o -z over FTP now considers equal timestamps "not modified since" - o Weird characters removed from the configure script - o Fixed time zone offsets for MEST and CEST for the time parser - o HTTP Content-Range header parser crash - o FTPS negotiation timeouts/errors - o SSPI works even for Windows 9x - o crash in --dump-header on FTP - o test 56 runs better + o Other curl-related news since the previous public release: - o http://curl.freemirror.de/ is a new German mirror - o All curl relatd mailing list information and subscribers on cool.haxx.se - were lost due to a malicious user exploiting a security hole on the - server. Attempts have been made to put back susbcribers on the lists, but - many have been lost: http://curl.haxx.se/mail/lost.html - o New S-Lang binding: http://curl.haxx.se/libcurl/slang/ - o TclCurl 0.14.1: http://personal1.iddeo.es/andresgarci/tclcurl/english/ - o pycurl 7.14.1: http://pycurl.sf.net/ + o This release would not have looked like this without help, code, reports and advice from friends like these: - o John Kelly, Nicolas François, Scott Davis, Ben Madsen, Dmitry Bartsevich, - David Yan, Michael Wallner, Domenico Andreoli, Darryl House + o Thanks! (and sorry if I forgot to mention someone) diff --git a/include/curl/curlver.h b/include/curl/curlver.h index d543cb9..0cb6c23 100644 --- a/include/curl/curlver.h +++ b/include/curl/curlver.h @@ -28,13 +28,13 @@ /* This is the version number of the libcurl package from which this header file origins: */ -#define LIBCURL_VERSION "7.15.0-CVS" +#define LIBCURL_VERSION "7.15.1-CVS" /* The numeric version number is also available "in parts" by using these defines: */ #define LIBCURL_VERSION_MAJOR 7 #define LIBCURL_VERSION_MINOR 15 -#define LIBCURL_VERSION_PATCH 0 +#define LIBCURL_VERSION_PATCH 1 /* This is the numeric version of the libcurl version number, meant for easier parsing and comparions by programs. The LIBCURL_VERSION_NUM define will -- 2.7.4