aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-08-07 23:20:06 +0200
committerDaniel Stenberg <daniel@haxx.se>2012-08-07 23:20:06 +0200
commit77f72aa6c3bc5876ce1aee8f059ebf303cd1e08f (patch)
tree2828d65cc7d314da933140769ce43e89f2d0d2a3
parentb4a558041fdf65c07dab5c3d9ff662763e03540e (diff)
RELEASE-NOTES: synced with b4a558041fdf65c0
-rw-r--r--RELEASE-NOTES24
1 files changed, 21 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index fcec76a7b..06a67e3ac 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -13,7 +13,17 @@ This release includes the following changes:
This release includes the following bugfixes:
- o
+ o WSAPoll disabled on Windows builds due to its bugs [8]
+ o segfault on request retries [1]
+ o curl-config: parentheses fix [2]
+ o VC build: add define for openssl [3]
+ o globbing: fix segfault when >9 globs were used [4]
+ o fixed a few clang-analyzer warnings
+ o metalink: change code order to build with gnutls-nettle [5]
+ o gtls: fix build failure by including nettle-specific headers [5]
+ o change preferred HTTP auth on a handle previously used for another auth
+ o file: use fdopen() to avoid race condition [6]
+ o Added DWANT_IDN_PROTOTYPES define for MSVC too [7]
This release includes the following known bugs:
@@ -22,10 +32,18 @@ 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:
-
+ Guenter Knauf, Joe Mason, Kamil Dudka, Steve Holme, Anthony G. Basile,
+ Edward Sheldrake, Jan Koen Annot
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
-
+ [1] = http://curl.haxx.se/bug/view.cgi?id=3544688
+ [2] = http://curl.haxx.se/bug/view.cgi?id=3551460
+ [3] = http://curl.haxx.se/bug/view.cgi?id=3552997
+ [4] = http://curl.haxx.se/bug/view.cgi?id=3546353
+ [5] = http://curl.haxx.se/bug/view.cgi?id=3554668
+ [6] = https://bugzilla.redhat.com/844385
+ [7] = http://curl.haxx.se/mail/lib-2012-07/0271.html
+ [8] = http://curl.haxx.se/mail/lib-2012-07/0310.html