aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-08-15 07:08:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-08-15 07:08:02 +0000
commit5c2df3e1a4da7b17ae053ee8c4ecef5eb2d30464 (patch)
tree637b6db7096f55c80b1e57e3305f0ea312d3c031 /CHANGES
parent6fc55467f4b50e3e8a344f3a9df28fa6a18ab3a1 (diff)
7.10.7
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 42532d7eb..d5c7d26ef 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,21 @@
Changelog
+Version 7.10.7 (15 August 2003)
+
+Daniel (14 August)
+- I modified the memdebug system to return failure on memory allocation
+ functions after a set amount of successful ones. This enables us to test
+ out-of-memory situations in a controlled manner and we can make sure that
+ curl/libcurl behaves good in those.
+
+ This made me find and fix several spots where we did not cleanup properly
+ when bailing out due to errors (low memory).
+
+- Corrected test case 74. Made using -o with bad #[num] codes complain and
+ bail out. Made #[num] support numbers larger than 9 as well. Added test
+ case 86 for a proper range globbing test as well.
+
Version 7.10.7-pre4 (12 August 2003)
Daniel (12 August)