aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-04-02 07:42:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-04-02 07:42:39 +0000
commit735a4714f471ceedee05863a812c0af44fc4721c (patch)
tree16e1bfc44920dd1ad31e25633ee9c4baf5344017 /CHANGES
parent827fd47198be387fb14b5f5fa1ae3e958f220956 (diff)
Version 7.10.4
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES12
1 files changed, 12 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 06c205d3d..a38b31782 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,18 @@
Changelog
+Version 7.10.4 (2 Apr 2003)
+
+Daniel (1 Apr)
+- Added test case 505 to exercise FTP upload with rename done with libcurl,
+ and for that I had to extend the test suite's FTP server to deal with the
+ RNFR and RNTO commands.
+
+Daniel (31 Mar)
+- Even more SSL config check modifications after Richard's testing.
+
+Version 7.10.4-pre6 (31 Mar 2003)
+
Daniel (31 Mar)
- More fixes for the SSL session ID cache checks when SSL configs are changed
between connections. Based on tests and talks with Richard Bramante.