aboutsummaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-09-05 09:37:37 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-09-05 09:37:37 +0000
commit873e734c3971fd620c09bdc31c2e7e4cfc4a0a67 (patch)
treee2ffbff3fe41423a3f9c2c3acda7d8346a896cf1 /RELEASE-NOTES
parent747e0c657dab3fee32b6db6035cfdc33e485aa9b (diff)
- Dmitriy Sergeyev pointed out that curl_easy_pause() didn't unpause properly
during certain conditions. I also changed this code to use realloc() based on Daniel Fandrich's suggestion.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES3
1 files changed, 2 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 3d846ceee..b8ea1972b 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -15,6 +15,7 @@ This release includes the following bugfixes:
o MingW32 non-configure builds are now largefile feature enabled by default
o NetWare LIBC builds are now largefile feature enabled by default
+ o curl_easy_pause() could behave wrongly on unpause
This release includes the following known bugs:
@@ -27,6 +28,6 @@ Other curl-related news:
This release would not have looked like this without help, code, reports and
advice from friends like these:
- Keith Mok, Yang Tse, Daniel Fandrich, Guenter Knauf
+ Keith Mok, Yang Tse, Daniel Fandrich, Guenter Knauf, Dmitriy Sergeyev
Thanks! (and sorry if I forgot to mention someone)