aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-14 13:36:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-14 13:36:38 +0000
commit5330a851332355e23b24158b17ce027017a81e38 (patch)
tree470a9a49ab074c901ce05aa10fb85f6ab7e2c2aa /CHANGES
parent95c2534a956e48562613e4a239b161b1951385ab (diff)
the last days' changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 12 insertions, 2 deletions
diff --git a/CHANGES b/CHANGES
index 147b4d341..6863087c3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,10 +8,20 @@
Version XX
+Daniel (14 May 2000)
+- FTP URLs are now treated slightly different, more according to RFC 1738.
+- FTP sessions are now performed differently, with CWD commands to change
+ directory instead of RETR/STOR/LIST with the full path. Discussions with
+ Rich Gray made me notice these problems.
+- Janne Johansson discovered and corrected a buffer overflow in the
+ src/usrglob.c file.
+- I had to add a lib/strequal.c file for doing case insensitive string
+ compares on all platforms.
+
Daniel (8 May 2000):
- Been working lots on the new lib.
-- Together with Rich Gray <Rich.Gray@PlusTechnologies.com>, I've tried to
- adjust the configure script to work better on the NCR MP-RAS Unix.
+- Together with Rich Gray, I've tried to adjust the configure script to work
+ better on the NCR MP-RAS Unix.
Daniel (2 May 2000):
- Albert Chin-A-Young pointed out that I had a few too many instructions in