aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-03-09 16:31:57 +0100
committerDaniel Stenberg <daniel@haxx.se>2013-03-09 16:32:23 +0100
commitcb07bca689d4cbb43547daacad9690412d177a6d (patch)
treeaaaca1b08f5440919d6b8f11056366d31d9554c0 /RELEASE-NOTES
parent09b2db2dfd65fca41500692a704f0db31d64d109 (diff)
RELEASE-NOTES: synced with ca3c0ed3a9c
8 more bugfixes, one change and a bunch of contributors
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES16
1 files changed, 15 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index e5026a81f..3594c627a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -23,6 +23,7 @@ This release includes the following changes:
o imap: Added parsing and verification of the UIDVALIDITY mailbox attribute
o darwinssl: Make certificate errors less techy
o imap/pop3/smtp: Added support for the STARTTLS capability
+ o checksrc: ban use of sprintf, vsprintf, strcat, strncat and gets
This release includes the following bugfixes:
@@ -44,6 +45,14 @@ This release includes the following bugfixes:
o darwinssl: Fix send glitchiness with data > 32 or so KB [5]
o polarssl: better 1.1.x and 1.2.x support
o various documentation improvements
+ o multi: NULL pointer reference when closing an unused multi handle [9]
+ o SOCKS: fix socks proxy when noproxy matched [7]
+ o install-sh: updated to support multiple source files as arguments [6]
+ o PolarSSL: added human readable error strings
+ o resolver_error: remove wrong error message output
+ o docs: updates HTML index and general improvements
+ o curlbuild.h.dist: enhance non-configure GCC ABI detection logic
+ o sasl: Fixed null pointer reference when decoding empty digest challenge [8]
This release includes the following known bugs:
@@ -55,7 +64,8 @@ advice from friends like these:
Kamil Dudka, Steve Holme, Nick Zitzmann, Patricia Muscalu, Dan Fandrich,
Gisle Vanem, Guenter Knauf, Yang Tse, Oliver Gondža, Aki Koskinen,
Alexander Klauer, Kim Vandry, Willem Sparreboom, Jeremy Huddleston,
- Bruno de Carvalho
+ Bruno de Carvalho, Rainer Jung, Jeremy Huddleston, Kim Vandry, Jiri Hruska,
+ Alexander Klauer, Saran Neti, Alessandro Ghedini, Linus Nielsen Feltzing
Thanks! (and sorry if I forgot to mention someone)
@@ -66,3 +76,7 @@ References to bug reports and discussions on issues:
[3] = http://curl.haxx.se/mail/lib-2013-03/0014.html
[4] = http://curl.haxx.se/bug/view.cgi?id=1192
[5] = http://curl.haxx.se/mail/lib-2013-02/0145.html
+ [6] = http://curl.haxx.se/bug/view.cgi?id=1195
+ [7] = http://curl.haxx.se/bug/view.cgi?id=1190
+ [8] = http://curl.haxx.se/bug/view.cgi?id=1193
+ [9] = http://curl.haxx.se/bug/view.cgi?id=1194