Make sure we call setgroups() after setuid(). (Ethan Benson)
[rsync/rsync.git] / NEWS
1 rsync 2.5.3 (not released yet)
2
3   SECURITY FIXES:
4
5     * Make sure that supplementary groups are removed from a server
6       process after changing uid and gid. (Ethan Benson)
7
8   ENHANCEMENTS:
9
10     * Command to initiate connections is only shown with -vv, rather
11       than -v as in 2.5.2.  Output from plain -v is more similar to
12       what was historically used so as not to break scripts that try
13       to parse the output.
14
15     * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
16
17     * Made the --write-batch and --read-batch options actually work
18         and added documentation in the man page (Jos Backus)