diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-10-05 09:15:20 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-10-05 09:15:20 +0000 |
commit | 934d312f50927583b58ff87a44237252d0357ede (patch) | |
tree | 0e9e670a2a887ec6f0caa7e8637ebd1dda7ddda6 /CHANGES | |
parent | 68917eb517a0dd7179310a33f8b11919a80c7219 (diff) |
mention the recent fixes
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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. |