aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-10 18:16:21 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-10 18:16:21 +0000
commit5bd999d0c5a266edf75a4eeffafa303d0d2ef786 (patch)
treea6c6c8a4c702f429f28d02adf925f9c3c9c18644 /RELEASE-NOTES
parent0f81fbe5da664348a8d92e7d5cc3af9fe21d7c29 (diff)
RELEASE-NOTES: Synced with 0f81fbe5da6643
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES9
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2ee98df9e..fa00f964b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -36,6 +36,9 @@ This release includes the following bugfixes:
o curl_multi_wait: accept 0 from multi_timeout() as valid timeout
o glob_range: pass the closing bracket for a-z ranges
o tool_help: Updated --list-only description to include POP3
+ o Curl_ssl_push_certinfo_len: don't %.*s non-zero-terminated string [9]
+ o cmake: fix Windows build with IPv6 support [10]
+ o ares: Fixed compilation under Visual Studio 2012 [11]
This release includes the following known bugs:
@@ -48,7 +51,8 @@ advice from friends like these:
Ishan SinghLevett, Tyler Hall, Paul Donohue, David Walser, Steve Holme,
Kamil Dudka, Oliver Kuckertz, Gisle Vanem, Javier Barroso, Chris Conlon,
Romulo Ceccon, Patrick Monnerat, Björn Stenberg, Patrick Monnerat,
- Paul Marks, Rémy Léone, Marcin Gryszkalis
+ Paul Marks, Rémy Léone, Marcin Gryszkalis, Felix Yan, Z98, Andreas Rieke,
+ Kim Vandry
Thanks! (and sorry if I forgot to mention someone)
@@ -62,3 +66,6 @@ References to bug reports and discussions on issues:
[6] = http://sourceforge.net/p/curl/bugs/1292
[7] = http://curl.haxx.se/mail/lib-2013-10/0062.html
[8] = http://curl.haxx.se/mail/lib-2013-10/0242.html
+ [9] = http://curl.haxx.se/bug/view.cgi?id=1295
+ [10] = http://sourceforge.net/p/curl/bugs/1064
+ [11] = http://curl.haxx.se/mail/lib-2013-11/0057.html