aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-30 09:08:16 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-30 09:08:16 +0000
commitfb26b2bd98eb4fb29dc644fdcc74da1ec60c3708 (patch)
tree538fbde3102ff7b72e38e1402bb7a04bc1db5989 /CHANGES
parent5554f1ccba826ef54d99fe2fa9ef1a77ae12b441 (diff)
curl --head now reports info "headers" on file:// URLs as well
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ea6762874..61d0c8ab4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
Changelog
+Daniel (30 October)
+- David Hull made libcurl deal with NOBODY and HEADER for file:// the same way
+ it already does for FTP: it provides HTTP-looking headers that provide info
+ only about the file, without doing the actual transfer. The curl tool then
+ lets --head do this.
+
Daniel (29 October)
- runtests.pl now checks for and use valgrind if present. It will redirect the
valgrind results in log/valgrind[num] but it currently doesn't scan that