summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-11-28 12:45:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-11-28 12:45:20 +0000
commitb2f0ca8a43b50b95136c2c39154139c2c005535c (patch)
tree6ff20225cc32008fe5815c11b1038a8ee1d3172a
parenta00bb13766f543da9c7aacec746a7b78fd3b9376 (diff)
downloadgnurl-b2f0ca8a43b50b95136c2c39154139c2c005535c.tar.gz
gnurl-b2f0ca8a43b50b95136c2c39154139c2c005535c.tar.bz2
gnurl-b2f0ca8a43b50b95136c2c39154139c2c005535c.zip
maxredirs
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cdc77d554..0c8427abf 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,17 @@
History of Changes
+Daniel (28 November 2000)
+- I filled in more error codes in the man page error code list that had been
+ lagging.
+
+- James Griffiths mailed me a fine patch that introduces the CURLOPT_MAXREDIRS
+ libcurl option. When used, it'll prevent location following more than the
+ set number of times. It is useful to break out of endless redirect-loops.
+
+Daniel (27 November 2000)
+- Added two test cases for file://.
+
Daniel (22 November 2000)
- Added the libcurl CURLOPT_FILETIME setopt, when set it tries to get the
modified time of the remote document. This is a special option since it