mirror of
https://github.com/curl/curl.git
synced 2026-08-26 02:03:32 +03:00
- 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.
This commit is contained in:
parent
747e0c657d
commit
873e734c39
3 changed files with 14 additions and 7 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue