From: Daniel Stenberg Date: Mon, 26 Jul 2004 15:30:23 +0000 (+0000) Subject: -o #[num] fix X-Git-Tag: curl-7_12_1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6574f4106e44e95bb72bfad0d6bd7c42065fd9ef;p=thirdparty%2Fcurl.git -o #[num] fix --- diff --git a/CHANGES b/CHANGES index ca8e1f5f3d..0de69630cd 100644 --- a/CHANGES +++ b/CHANGES @@ -6,6 +6,10 @@ Changelog +Daniel (26 July 2004) +- Made "curl [URL] -o name#2" work as expected. If there's no globbing for the + #-number, it will simply be used as #2 in the file name. + Daniel (24 July 2004) - I fixed the autobuilds with ares, since they now need to have buildconf run in the ares dir before the configure script is run.