]> granicus.if.org Git - curl/commitdiff
valgrind stuff for test suite, vms build and more
authorDaniel Stenberg <daniel@haxx.se>
Thu, 10 Feb 2005 08:57:23 +0000 (08:57 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 10 Feb 2005 08:57:23 +0000 (08:57 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 9611e4f7867846c99d78f51deb60656153f4841f..34c3a161a99fee3493f93aa557049ee6ac0f724f 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,20 @@
 
                                   Changelog
 
+Daniel (10 February 2005)
+- Now the test script disables valgrind-testing when the test suite runs if
+  libcurl is built shared. Otherwise valgrind only tests the shell that runs
+  the wrapper-script named 'curl' that is a front-end to curl in this case.
+  This should also fix the huge amount of reports of false positives when
+  valgrind has identified leaks in (ba)sh and not in curl and people report
+  that as curl bugs. Bug report #1116672 is one example.
+
+  Also, the valgrind report parser has been adapted to check that at least one
+  of the sources in a stack strace is one of (lib)curl's source files or
+  otherwise it will not consider the problem to concern (lib)curl.
+
+- Marty Kuhrt streamlined the VMS build.
+
 Daniel (9 February 2005)
 - David Byron fixed his SSL problems, initially mentioned here:
   http://curl.haxx.se/mail/lib-2005-01/0240.html. It turned out we didn't use
index d9d8b5f58ec211e68d190631ba7a91fa0b8c732f..d159f7756939f21398cbc75fe7be507120aab68f 100644 (file)
@@ -10,11 +10,18 @@ Curl and libcurl 7.13.1
 
 This release includes the following changes:
 
- o
+ o FTP code overhaul => multi interface much less blocking
+ o Added CURLE_LOGIN_DENIED to be returned when curl is denied login to FTP
+   servers
 
 This release includes the following bugfixes:
 
- o 
+ o SSL problems when downloading exactly 16KB data
+ o out of memory conditions preserve error codes better
+ o a few crashes at out of memory
+ o inflate buffer usage bugfix
+ o better DICT protocol adherence
+ o disable valgrind-checking while testing if libcurl is built shared
 
 Other curl-related news since the previous public release:
 
@@ -23,5 +30,6 @@ Other curl-related news since the previous public release:
 This release would not have looked like this without help, code, reports and
 advice from friends like these:
 
+ Gisle Vanem, David Byron, Marty Kuhrt, Maruko, Eric Vergnaud
 
         Thanks! (and sorry if I forgot to mention someone)