From: Wayne Davison Date: Sun, 24 Dec 2006 01:30:44 +0000 (+0000) Subject: Mention checking of --password-file's use. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/e8dad395185b32531a8333d380c0aa6a284c12e2 Mention checking of --password-file's use. --- diff --git a/NEWS b/NEWS index 6ee4601f..f76a73a1 100644 --- a/NEWS +++ b/NEWS @@ -25,6 +25,10 @@ Changes since 2.6.9: files (which includes local copies). Version 2.6.9 would complete the copy, but exit with an error when the receiver output its memory stats. + - If the user tries to use --password-file with using daemon mode, we now + complain and exit. This should help users figure out that they can't + use this option to control a remote shell's password prompt. + ENHANCEMENTS: - Added the --delete-delay option, which is a more efficient way to