aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-09-28 22:26:47 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-09-28 22:26:47 +0000
commit2576ac1c76953e573668f8f016f822bc2f2403f6 (patch)
treef84deb90042e3aa0cbe0f238b8fda8293a932bcb /CHANGES
parentbfeea8e6b72208c04f3f577852587a33fad82c82 (diff)
Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly
enable the progress meter.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b9c091fbc..77de7496b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,10 @@
Changelog
+Daniel (29 September 2004)
+- Bertrand Demiddelaer fixed curl_easy_reset() so that it doesn't mistakingly
+ enable the progress meter.
+
Daniel (28 September 2004)
- "Mekonikum" found out that if you built curl without SSL support, although
your current SSL installation supports Engine, the compile fails.