X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/93eff16a6a458a9d462dd0dd9870f77f8290e1f0..95dd949c09474942fe580af221298f6eb2176d87:/NEWS diff --git a/NEWS b/NEWS index d0f34e3a..39643896 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,16 @@ rsync changes since last release * The rsync:// syntax for daemon connections is now accepted in the destination field. + * If the file name given to --include-from or --exclude-from is "-", + rsync will read from standard input. (J.W. Schultz) + + * New option --link-dest which is like --compare-dest except that + unchanged files are hard-linked in to the destination directory. + (J.W. Schultz) + + * Don't report an error if an excluded file disappears during an + rsync run. (Eugene Chupriyanov and Bo Kersey) + BUG FIXES: * Fix "forward name lookup failed" errors on AIX 4.3.3. (John