summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-10-05 09:15:20 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-10-05 09:15:20 +0000
commit934d312f50927583b58ff87a44237252d0357ede (patch)
tree0e9e670a2a887ec6f0caa7e8637ebd1dda7ddda6
parent68917eb517a0dd7179310a33f8b11919a80c7219 (diff)
downloadgnurl-934d312f50927583b58ff87a44237252d0357ede.tar.gz
gnurl-934d312f50927583b58ff87a44237252d0357ede.tar.bz2
gnurl-934d312f50927583b58ff87a44237252d0357ede.zip
mention the recent fixes
-rw-r--r--CHANGES9
-rw-r--r--RELEASE-NOTES4
2 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 99ad678d3..189df7fea 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,7 +8,16 @@
+Daniel (5 October 2005)
+- Darryl House reported a problem with using -z to download files from FTP.
+ It turned out that if the given time stamp was exact the same as the remote
+ time stamp, the file would still wrongly be downloaded. Added test case 272
+ to verify.
+
Daniel (4 October 2005)
+- Domenico Andreoli fixed a man page malformat and removed odd (0xa0) bytes
+ from the configure script.
+
- Michael Wallner reported that the date parser had wrong offset stored for
the MEST and CEST time zones.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 2ce6b2623..14a05648a 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -16,6 +16,8 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o Weird characters removed from the configure script
+ o Fixed time zone offsets for MEST and CEST for the time parser
o HTTP Content-Range header parser crash
o FTPS negotiation timeouts/errors
o SSPI works even for Windows 9x
@@ -37,6 +39,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
o John Kelly, Nicolas François, Scott Davis, Ben Madsen, Dmitry Bartsevich,
- David Yan, Michael Wallner
+ David Yan, Michael Wallner, Domenico Andreoli
Thanks! (and sorry if I forgot to mention someone)