aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-19 12:20:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-19 12:20:02 +0000
commit022315089b47bd58480578aa4793b76bf5b06a17 (patch)
treea23d6196ddce425138f9e23cfe6cafd86c2cbd4a
parentfaa5c14aeeccdb37524e50886a81f91db2c3ebbe (diff)
removed URL length restrictions, added a test case
-rw-r--r--CHANGES9
1 files changed, 9 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index f53167249..ac695f66b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,15 @@
History of Changes
+Daniel (19 January 2001)
+- Made the Location: parsers deal with any-length URLs. Thus I removed the last
+ code that restricts the length of URLs that curl supports.
+
+- Added a --globoff test case (#28) and it quickly identified a memory problem
+ in src/main.c that I took care of.
+
+Version 7.6-pre3
+
Daniel (17 January 2001)
- Made the two former files lib/download.c and lib/highlevel.c become the new
lib/transfer.c which makes more sense. I also did the rename from Transfer()