aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-03-07 08:11:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-03-07 08:11:36 +0000
commit02706bec94c42e006d6d7c3c11c0056dcdef288b (patch)
treed34f2962fce102ce5466f84cdb7fd12cb9b55d8d /CHANGES
parent7657186bf6a0ea75be7fcef0736a2b3f6bcf99be (diff)
valgrind.pm fixed
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a3e20b810..49c9f52a6 100644
--- 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.