aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-07 21:14:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-07 21:14:57 +0000
commit7b4bf6a22cc9661a34b759b798297d7a3910cdca (patch)
tree5e78d34db96a01ed7271126aa1c83036160d9e5b /CHANGES
parentb5b77f6367390ca8e9646cdb3c0cf19fe8ab9c59 (diff)
three recent bug fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 65753ea33..395fde51c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,19 @@
Changelog
+Daniel (7 January 2005)
+- Improved the test script's valgrind log parser to actually work! Also added
+ the ability to disable the log scanner for specific test cases. Test case
+ 509 results in numerous problems and leaks in OpenSSL and has to get it
+ disabled.
+
+Daniel (6 January 2005)
+- Fixed a single-byte read out of bounds in test case 39 in the curl tool code
+ (i.e not in the library).
+
+- Bug report #1097019 identified a problem when doing -d "data" with -G and
+ sending it to two URLs with {}. Added test 199 to verify the fix.
+
Daniel (4 January 2005)
- Marty Kuhrt adjusted a VMS build script slightly