]> granicus.if.org Git - curl/commitdiff
three recent bug fixes
authorDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jan 2005 21:14:57 +0000 (21:14 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 7 Jan 2005 21:14:57 +0000 (21:14 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 65753ea335989ccf89eecfcdfbd40272355417cd..395fde51c1401e96aef6ae53b4b7cdca1bfbcec9 100644 (file)
--- 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
 
index 16433dabcc8d4296266b2370c60132ed2db48444..5c219d5a19122b918038497fae8e8fb20af73f7c 100644 (file)
@@ -16,6 +16,7 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o -d with -G to multiple URLs crashed
  o double va_list access crash fixed
  o minor memory leak when "version" is set in a cookie header
  o builds fine on BeOS