]> granicus.if.org Git - curl/commitdiff
valgrind.pm fixed
authorDaniel Stenberg <daniel@haxx.se>
Mon, 7 Mar 2005 08:11:36 +0000 (08:11 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 7 Mar 2005 08:11:36 +0000 (08:11 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index a3e20b810a5b08722fbce6b62078f2558552eec0..49c9f52a6b49815258cd40056bb6d6e3c7c3bb74 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,13 @@
                                   Changelog
 
 
+Daniel (6 March 2005)
+- Randy McMurchy was the first to report that valgrind.pm was missing from the
+  release archive and thus 'make test' fails.
+
 Daniel (5 March 2005)
+- Dan Fandrich added HAVE_FTRUNCATE to several config-*.h files.
+
 - Added test case 235 that makes a resumed upload of a file that isn't present
   on the remote side. This then converts the operation to an ordinary STOR
   upload. This was requested/pointed out by Ignacio Vazquez-Abrams.