summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-11-01 11:22:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-11-01 11:22:48 +0000
commitd1b94a5f3fb45c64dc0c5026b09c910cb2bc7478 (patch)
treecc06e49363830f8dbeaaec6ae317320161cfb841
parenta07f43d2022ded7ae00c73b8ad95e8b104929937 (diff)
downloadgnurl-curl-7_10_8.tar.gz
gnurl-curl-7_10_8.tar.bz2
gnurl-curl-7_10_8.zip
-rw-r--r--CHANGES12
1 files changed, 7 insertions, 5 deletions
diff --git a/CHANGES b/CHANGES
index 950a06f2a..5eb21e03a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@
Changelog
+Version 7.10.8 (1 November 2003)
+
Daniel (31 October)
- Assume that MDTM on an FTP server returns the timestamp using the UTC time
zone. This changes the time CURLINFO_FILETIME returns for a given file over
@@ -14,11 +16,11 @@ Daniel (31 October)
the functionality more similar to how the HTTP one is already working.
- Command line options that take numerical parameters (such as -y, -Y, -C etc)
- now reports error and exits if the parameter isn't truly a number greater
- than or equal to zero. This helps the user to notice bad usage
- earlier. Before, when the user forgot or missed to add a numerical parameter
- to an option, the command line parser would simply "eat" the following
- option and it would cause great confusion.
+ now report error and exit if the parameter isn't truly a number greater than
+ or equal to zero. This helps users to notice bad usage earlier. Before, when
+ a user forgot or missed to add a numerical parameter to an option, the
+ command line parser would simply "eat" the following option and it would
+ cause great confusion.
Daniel (30 October)
- David Hull made libcurl deal with NOBODY and HEADER for file:// the same way