X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/93eff16a6a458a9d462dd0dd9870f77f8290e1f0..30e8c8e1e48088477f0befdd08922caa6919bc51:/NEWS diff --git a/NEWS b/NEWS index d0f34e3a..fe1e75f1 100644 --- a/NEWS +++ b/NEWS @@ -15,6 +15,13 @@ 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) + BUG FIXES: * Fix "forward name lookup failed" errors on AIX 4.3.3. (John