summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-01-11 21:38:13 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-01-11 21:38:13 +0000
commit377b2db05b71c798b76ec2c0d2284be66f020eea (patch)
tree24f78c22545ffcca35311329197632e0c34742e2 /CHANGES
parent78b7d7f7a8bd91dd0a518ce7b7b22b8ed1cce931 (diff)
downloadcurl-377b2db05b71c798b76ec2c0d2284be66f020eea.tar.gz
- Made sure that the progress callback is repeatedly called at a regular
interval even during very slow connects.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0315cd197..50cb8ba8e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,9 @@
Changelog
Daniel Stenberg (11 Jan 2010)
+- Made sure that the progress callback is repeatedly called at a regular
+ interval even during very slow connects.
+
- The tests/runtests.pl script now checks to see if the test case that runs is
present in the tests/data/Makefile.am and outputs a notice message on the
screen if not. Each test file has to be included in that Makefile.am to get