aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
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 /CHANGES
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 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 9fbdc42af..7bcb6db7f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
Changelog
+Daniel Stenberg (5 Sep 2008)
+- 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.
+
Guenter Knauf (4 Sep 2008)
- MingW32 non-configure builds are now largefile feature enabled by default.
NetWare LIBC builds are also now largefile feature enabled by default.