X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/181c9faf928faad08ef095f4667afe460ec3bef6..1a2e41af941573e69c02370329afe0192b61f213:/NEWS diff --git a/NEWS b/NEWS index 6b1f109c..55f3f4e1 100644 --- a/NEWS +++ b/NEWS @@ -63,6 +63,12 @@ Changes since 3.0.4: file. Also made explicitly-set uid/gid values no longer ignored by a daemon that was not run by a super-user. + - When replacing a non-dir with a symlink/hard-link/device/special-file, + the update should now be done in an atomic manner. + + - When backing up a file, try to hard-link the file into place so that the + upcoming replacement of the destination file will be atomic. + EXTRAS: - Added an "instant-rsyncd" script to the support directory, which makes