From: Daniel Stenberg Date: Mon, 3 Sep 2001 12:10:48 +0000 (+0000) Subject: -R added X-Git-Tag: curl-7_9~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0be515d2ddcc6830da4b0093c3b53e1c9676c16;p=thirdparty%2Fcurl.git -R added --- diff --git a/CHANGES b/CHANGES index 77271d76a8..5fb406fd4e 100644 --- a/CHANGES +++ b/CHANGES @@ -7,6 +7,11 @@ History of Changes Daniel (3 September 2001) +- Added the -R/--remote-time option, that uses the remote file's datestamp to + set the local file's datestamp. Thus, when you get a remote file your local + file will get the same time and date. Note that this only works when you use + -o or -O. + - Installed libtool 1.4.1, libtoolized and everything. Daniel (1 September 2001)