aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-08 07:45:43 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-08 07:45:43 +0000
commitf59ea9adb3b6cecad5218e9970bc7ca48ffdd2b2 (patch)
treec057537be5e0d585acbdebae45b78794d4e97232 /CHANGES
parent0cec4ba6bffefd107148527d8067e4b4a73fb101 (diff)
krb4 fix, big symbol renaming action, multiple URL support in the client
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 10 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index b0660aac3..0ce99f75f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,9 +7,18 @@
History of Changes
Daniel (5 January 2001)
+- Huge client-side hack: now multiple URLs are supported. Any number of URLs
+ can be specified on the command line, and they'll all be downloaded. There
+ must be a corresponding -o or -O for each URL or the data will be written to
+ stdout. This needs more testing, time to release a 7.6-pre package.
+
- The krb4 support was broken in the release. Fixed now.
-- Huge internal symbol rename operation.
+- Huge internal symbol rename operation. All non-static but still lib-internal
+ symbols should now be prefixed with 'Curl_' to prevent collisions with other
+ libs. All public symbols should be prefixed with 'curl_' and the rest should
+ be static and thus invisible to the outside world. I updated the INTERNALS
+ document to say this as well.
Version 7.5.2