X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/46e6ad492a87595d271279e7dda5df4f8be9e730..301c680fd7689527bf5078ca8139eaa5458009de:/NEWS diff --git a/NEWS b/NEWS index b81dadd2..0d1fc6a4 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ rsync 2.5.3 (not released yet) + SECURITY FIXES: + + * Make sure that supplementary groups are removed from a server + process after changing uid and gid. (Ethan Benson) + ENHANCEMENTS: * Command to initiate connections is only shown with -vv, rather @@ -7,3 +12,7 @@ rsync 2.5.3 (not released yet) what was historically used so as not to break scripts that try to parse the output. + * Added --no-whole-file and --no-blocking-io options (Dave Dykstra) + + * Made the --write-batch and --read-batch options actually work + and added documentation in the man page (Jos Backus)