aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2013-06-25 10:35:21 +0200
committerDaniel Stenberg <daniel@haxx.se>2013-06-25 10:35:21 +0200
commitaff756292275fedf21e3824aedd8b6c53b3de0f5 (patch)
treee5af5a7d961704878963c2553482744a91fdece5
parent365c5ba39591fab2e60bf4f0e67d9dcf79ecc506 (diff)
RELEASE-NOTES: synced with 365c5ba39591
The 10 first bug fixes for the pending release...
-rw-r--r--RELEASE-NOTES20
1 files changed, 17 insertions, 3 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 6fcb665a3..db9ef744a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -18,7 +18,16 @@ This release includes the following changes:
This release includes the following bugfixes:
- o
+ o dotdot: introducing dot file path cleanup [1]
+ o docs: fix typo in curl_easy_getinfo manpage
+ o test1230: avoid using hard-wired port number
+ o test1396: invoke the correct test tool
+ o SIGPIPE: ignored while inside the library [2]
+ o darwinssl: fix crash that started happening in Lion
+ o OpenSSL: check for read errors, don't assume [3]
+ o c-ares: improve error message on failed resolve [4]
+ o printf: make sure %x are treated unsigned
+ o formpost: better random boundaries [5]
This release includes the following known bugs:
@@ -27,10 +36,15 @@ 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:
-
+ Alex Vinnik, Alessandro Ghedini, Nick Zitzmann, Kamil Dudka,
+ LluĂ­s Batlle i Rossell, Nach M. S., Kim Vandry
Thanks! (and sorry if I forgot to mention someone)
References to bug reports and discussions on issues:
- [1] =
+ [1] = http://curl.haxx.se/bug/view.cgi?id=1200
+ [2] = http://curl.haxx.se/bug/view.cgi?id=1180
+ [3] = http://curl.haxx.se/bug/view.cgi?id=1249
+ [4] = http://curl.haxx.se/bug/view.cgi?id=1191
+ [5] = http://curl.haxx.se/bug/view.cgi?id=1251