aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-03-02 15:38:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-03-02 15:38:06 +0000
commit2665c763dfed9057d2ca9058c12f53b256b487a7 (patch)
tree8960b0daa3cc4f970b2645e2a67477ca7f33178f
parentd1cfbd51b5f6e4246cec86ce3c9b7b1cde2f860a (diff)
latest
-rw-r--r--CHANGES20
1 files changed, 20 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 88a9eed98..a94af051e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,26 @@
** curl 7.7 DOES NOT currently WORK. **
+Daniel (2 March 2001)
+- Now they work intermixed as well. Major coolness!
+
+- More fiddling around, my 'tiny' client I have for testing purposes now has
+ proved to download both FTP and HTTP with persistant connections. They do
+ not work intermixed yet though.
+
+Daniel (1 March 2001)
+- Wilfredo Sanchez pointed out a minor spelling mistake in a man page and that
+ curl_slist_append() should take a const char * as second argument. It does
+ now.
+
+Daniel (22 February 2001)
+- The persistant connections start to look good for HTTP. On a subsequent
+ request, it seems that libcurl now can pick an already existing connection
+ if a suitable one exists, or it opens a new one.
+
+- Douglas R. Horner mailed me corrections to the curl_formparse() man page
+ that I applied.
+
Daniel (20 February 2001)
- Added the docs/examples/win32sockets.c file for our windows friends.