diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-08-21 07:11:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-08-21 07:11:20 +0000 |
commit | 1048043963d5487ed4d70f426a85aff07c2ee5f1 (patch) | |
tree | 8ce6deeaef16b3558dd1188730a22e9d83408575 /RELEASE-NOTES | |
parent | 2c4fcf2ea8d647d209b0c57971bb63091a18856e (diff) |
- Lots of good work by Krister Johansen, mostly related to pipelining:
Fix SIGSEGV on free'd easy_conn when pipe unexpectedly breaks
Fix data corruption issue with re-connected transfers
Fix use after free if we're completed but easy_conn not NULL
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index f38ff7091..5af32e16a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -14,6 +14,10 @@ This release includes the following changes: This release includes the following bugfixes: o The windows makefiles work again + o libcurl-NSS acknowledges verifyhost + o SIGSEGV when pipelined pipe unexpectedly breaks + o data corruption issue with re-connected transfers + o use after free if we're completed but easy_conn not NULL (pipelined) This release includes the following known bugs: @@ -22,6 +26,6 @@ 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: - Karl Moerder + Karl Moerder, Kamil Dudka, Krister Johansen, Thanks! (and sorry if I forgot to mention someone) |