From: Daniel Stenberg Date: Mon, 26 Jul 2004 15:30:23 +0000 (+0000) Subject: -o #[num] fix X-Git-Tag: upstream/7.37.1~12283 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6574f4106e44e95bb72bfad0d6bd7c42065fd9ef;p=platform%2Fupstream%2Fcurl.git -o #[num] fix --- diff --git a/CHANGES b/CHANGES index ca8e1f5..0de6963 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.