X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8a21be11f08dca35e8db1bf7225975f90d66c997..c55fb5e1d639d72a16604c6e0153e19d04ef0d78:/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