Mention the change in error message and exit status when we pull an

empty file list.
This commit is contained in:
Wayne Davison
2005-05-03 16:45:40 +00:00
parent 6f2245c8fa
commit 9b3150bd2e

12
NEWS
View File

@@ -8,8 +8,16 @@ Changes since 2.6.4:
escaped characters rather than '?'s. Any non-printable character is
output using 3 digits of octal (e.g. "\n" -> "\012"), and a backslash
is now output as "\\". Rsync also uses your locale setting, which
should make it treat fewer high-bit characters as non-printable, as
appropriate.
should make it treat fewer high-bit characters as non-printable (when
appropriate).
- If rsync received an empty file list when pulling files, it would
output an "nothing to do" message and exit with a 0 (success) exit
status, even if the remote rsync returned an error (it did not do
this under the same conditions when pushing files). This was changed
to make the pulling behavior the same as the pushing behavior -- we
now do the normal end-of-run outputting (depending on options) and
exit with the appropriate exit status.
BUG FIXES: