aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-02-08 23:21:07 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-02-08 23:21:07 +0000
commita8532310ce5a2eb1e089cb693e3349918505799b (patch)
treec13facfade3b2e8ef08d8f2b411f021af8a2cbd4 /CHANGES
parentbcc8f8f11a88655b3f9f59789a9171823fceb7ec (diff)
committed the changes of yesterday, now from my new linux host at home
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2afde1e87..94415b8f1 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,14 @@
Version XX
+Daniel (8 February 2000):
+ - Ron Zapp <rzapper@yahoo.com> corrected a problem in src/urlglob.c that
+ prevented curl from getting compiled on sunos 4. The problem had to do
+ with the difference in sprintf() return code types.
+
+ - Transfer() should now be able to download and upload simultaneously. Let's
+ do some progress meter fixes later this week.
+
Daniel (31 January 2000):
- Paul Harrington <paul@pizza.org> found another core dump in the cookie
parser. Curl doesn't properly recognize the 'version' keyword and I think