X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f8a94f0de88c5cbf24ef4d5a7d5cba1ead86afff..95dd949c09474942fe580af221298f6eb2176d87:/NEWS diff --git a/NEWS b/NEWS index 34e424ff..39643896 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,13 @@ rsync changes since last release * 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