aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-01-31 22:21:55 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-01-31 22:21:55 +0000
commit49b5ec156bbca2974a883ce5720c11efa1f8822c (patch)
treedd53161a56b3d0aab87aed5dde373a2a0e99f531 /CHANGES
parent3c477053e5b933869c621f2681ec8fbfc4a3c1d7 (diff)
the latest changes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES47
1 files changed, 47 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 460b282a6..fb7fcc7dc 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,56 @@
History of Changes
+Version XX
+
+Daniel (31 January 2000):
+ - Paul Harrington <paul@pizza.org> found another core dump in the cookie
+ parser.
+
+ - Mark W. Eichin <eichin@thok.org> found that while curl is uploading a form
+ to a web site, it doesn't read incoming data why it'll hang after a while
+ since the socket "pipe" becomes full.
+
+ - Zhibiao Wu <wuzb@erols.com> pointed out a curl bug in the location: area,
+ although I did not get a reproducable way to do this why I have to wait
+ with fixing anything.
+
+ - Bob Schader <rschader@product-des.com> suggested I should implement resume
+ support for the HTTP PUT operation, and as I think it is a valid suggestion
+ I'll work on it.
+
+Daniel (25 January 2000):
+ - M Travis Obenhaus <Travis.Obenhaus@aud.alcatel.com> pointed out a manual
+ mixup with -y and -Y that was corrected.
+
+ - Jens Schleusener <Jens.Schleusener@dlr.de> pointed out a problem to compile
+ curl on AIX 4.1.4 and gave me a solution. This problem was already fixed
+ by Jörn's recent #include modifications!
+
+Daniel (19 January 2000):
+ - Oskar Liljeblad <osk@hem.passagen.se> pointed out and corrected a problem
+ in the Location: following system that made curl following a location: to a
+ different protocol to fail.
+
+ At January 31st I re-considered this fix and the surrounding source code. I
+ could not really see that the patch did any difference, why I removed it
+ again for further research and debugging. (It disabled location: following
+ on server not running on default ports.)
+
+ - Jörn Hartroth <Joern.Hartroth@telekom.de> brought a fix that once again
+ made it possible to select progress bar.
+
+ - Jörn also fixed a few include problems.
Version 6.4
+Daniel (17 January 2000):
+ - Based on suggestions from Björn Stenberg (bjorn@haxx.nu), I made the
+ progress deal better with larger files and added a "Time" field which shows
+ the time spent on the download so far.
+ - I'm now using the CVS repository on sourceforge.net, which also allows web
+ browsing. See http://curl.haxx.nu.
+
Daniel (10 January 2000):
- Renumbered some enums in curl/curl.h since tag number 35 was used twice!
- Added "postquote" support to the ftp section that enables post-ftp-transfer