aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-11-04 16:17:23 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-11-04 16:17:23 +0000
commitfd884a3cd21c873f6fe953d37b0c6e3fef58fad6 (patch)
tree81fe03d2dbf37570e188201add60ca78de59b607 /CHANGES
parent1887629c5c5949c662cb1885850c0beb66972c54 (diff)
more retry stuff
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 7112294f3..c675f7003 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,14 @@
Changelog
+Daniel (4 November 2004)
+- Andres Garcia made it build on mingw againa, my --retry code broke the build.
+
Daniel (2 November 2004)
+- Added --retry-max-time that allows a maximum time that may not have been
+ reached for a retry to be made. If not set there is no maximum time, only
+ the amount of retries set with --retry.
+
- Paul Nolan provided a patch to make libcurl build nicely on Windows CE.
Daniel (1 November 2004)