aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-05 14:13:15 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-05 14:13:15 +0000
commit6dae34d5da164f06665ef8c4eb20ee44a5814f73 (patch)
treeb8f6d6cf6c3e80902b59895f475a3b8db9e1c1ef /CHANGES
parent36c621c9dfc42a2ea9b751f2252ac9ab6ba760ca (diff)
all test cases run OK now (again)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES17
1 files changed, 16 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 745c350f4..a42b0b0c7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,7 +6,22 @@
History of Changes
-** curl 7.7 DOES NOT currently WORK. **
+
+Daniel (5 March 2001)
+- The current 57 test cases now pass OK. It would suggest that libcurl works
+ using the old-style with one connection per handle. The test suite doesn't
+ handle multiple connections yet so there are no test cases for this.
+
+- I patched the telnet.c heavily to not use any global variables anymore. It
+ should make it a lot nicer library-wise.
+
+- The file:// support was modified slightly to use the internal connect-first-
+ then-do approach.
+
+Daniel (4 March 2001)
+- More bugs erased.
+
+Version 7.7-alpha2
Daniel (4 March 2001)
- Now, there's even a basic check that a re-used connection is still alive