aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-06-23 13:02:47 +0200
committerDaniel Stenberg <daniel@haxx.se>2011-06-23 13:51:53 +0200
commit67f28662e1dbb3cf65e5eb5d920fc9a2cc64bb26 (patch)
tree6683ec7f0cdf422357deea387d7728eb8baca333
parent57d51be60c0bb299a30ae5b4c66d9a7113e7586b (diff)
bump release: start working towards 7.21.8
-rw-r--r--RELEASE-NOTES32
-rw-r--r--include/curl/curlver.h6
2 files changed, 8 insertions, 30 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6d2407f01..9ab87166a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,6 +1,6 @@
-Curl and libcurl 7.21.7
+Curl and libcurl 7.21.8
- Public curl releases: 123
+ Public curl releases: 124
Command line options: 144
curl_easy_setopt() options: 186
Public functions in libcurl: 58
@@ -9,30 +9,11 @@ Curl and libcurl 7.21.7
This release includes the following changes:
- o recognize the [protocol]:// prefix in proxy hosts where the protocol is one
- of socks4, socks4a, socks5 or socks5h.
- o Added CURLOPT_CLOSESOCKETFUNCTION and CURLOPT_CLOSESOCKETDATA
+ o
This release includes the following bugfixes:
- o SECURITY ADVISORY: inappropriate GSSAPI delegation. Full details at
- http://curl.haxx.se/docs/adv_20110623.html
- o NTLM: work with unicode
- o fix connect with SOCKS proxy when using the multi interface
- o anyauthput.c: stdint.h must not be included unconditionally
- o CMake: improved build
- o SCP/SFTP enable non-blocking earlier
- o GnuTLS handshake: fix timeout
- o cyassl: build without filesystem
- o HTTPS over HTTP proxy using the multi interface
- o speedcheck: invalid timeout event on a reused handle
- o Force connection close for HTTP 200 OK when time condition matched
- o curl_formget: fix FILE * leak
- o configure: improved OpenSSL detection
- o Android build: support gingerbread
- o CURLFORM_STREAM: acknowledge CURLFORM_FILENAME
- o windows build: use correct MS CRT
- o pop3: remove extra space in LIST command
+ o curl_getdate: detect some illegal dates better
This release includes the following known bugs:
@@ -41,9 +22,6 @@ This release includes the following known bugs:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Dan Fandrich, Guenter Knauf, Vsevolod Novikov, Zmey Petroff,
- Dagobert Michelsen, Jeff Pohlmeyer, Dmitri Shubin, Matteo Rocco,
- Aaron Orenstein, Yang Tse, Kamil Dudka, Amr Shahin, Josue Andrade Gomes,
- Ori Avtalion, Richard Silverman, Julien Chaffraix
+ Paolo Piacentini
Thanks! (and sorry if I forgot to mention someone)
diff --git a/include/curl/curlver.h b/include/curl/curlver.h
index 7b86889c2..5fe5c2d73 100644
--- a/include/curl/curlver.h
+++ b/include/curl/curlver.h
@@ -30,13 +30,13 @@
/* This is the version number of the libcurl package from which this header
file origins: */
-#define LIBCURL_VERSION "7.21.7-DEV"
+#define LIBCURL_VERSION "7.21.8-DEV"
/* The numeric version number is also available "in parts" by using these
defines: */
#define LIBCURL_VERSION_MAJOR 7
#define LIBCURL_VERSION_MINOR 21
-#define LIBCURL_VERSION_PATCH 7
+#define LIBCURL_VERSION_PATCH 8
/* This is the numeric version of the libcurl version number, meant for easier
parsing and comparions by programs. The LIBCURL_VERSION_NUM define will
@@ -53,7 +53,7 @@
and it is always a greater number in a more recent release. It makes
comparisons with greater than and less than work.
*/
-#define LIBCURL_VERSION_NUM 0x071507
+#define LIBCURL_VERSION_NUM 0x071508
/*
* This is the date and time when the full source package was created. The