diff options
author | Daniel Stenberg <daniel@haxx.se> | 2012-07-15 22:39:06 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2012-07-15 22:39:06 +0200 |
commit | 82767917492464ae8613f837e69f182c328fa156 (patch) | |
tree | 1f4b34859d7064d7b2cd72ccb52afdaee67765c9 /RELEASE-NOTES | |
parent | 9d1171693361622762dd078d7a1a7236d84f838e (diff) |
RELEASE-NOTES: synced with 9d11716933616
Fixed 6 bugs, added 3 contributors
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 1fb13208e..bb2642485 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -37,6 +37,12 @@ This release includes the following bugfixes: o cookies: changed the URL in the cookiejar headers [7] o http-proxy: keep CONNECT connections alive (for NTLM) o NTLM SSPI: fixed to work with unicode user names and passwords + o OOM fix in the curl tool when cloning cmdline options + o fixed some examples to use curl_global_init() properly + o cmdline: stricter numerical option parser + o HTTP HEAD: don't force-close after response-headers + o test231: fix wrong -C use + o docs: switch to proper UTF-8 for text file encoding This release includes the following known bugs: @@ -48,7 +54,8 @@ advice from friends like these: Anthony Bryan, Guenter Knauf, Kamil Dudka, Steve Holme, Tatsuhiro Tsujikawa, Yang Tse, Gokhan Sengun, Marc Hoersken, Ghennadi Procopciuc, Gisle Vanem, Mark Salisbury, Anthony G. Basile, Enrico Scholz, Robert B. Harris, - Neil Bowers, Marcel Raad, Christian Hägele + Neil Bowers, Marcel Raad, Christian Hägele, Philip Craig, Nick Zitzmann, + Eelco Dolstra Thanks! (and sorry if I forgot to mention someone) |