RELEASE-NOTES: synced with ca3c0ed3a9c
authorDaniel Stenberg <daniel@haxx.se>
Sat, 9 Mar 2013 15:31:57 +0000 (16:31 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 9 Mar 2013 15:32:23 +0000 (16:32 +0100)
8 more bugfixes, one change and a bunch of contributors

RELEASE-NOTES

index e5026a8..3594c62 100644 (file)
@@ -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