Make sure we call setgroups() after setuid(). (Ethan Benson)
[rsync/rsync.git] / NEWS
CommitLineData
46e6ad49
MP
1rsync 2.5.3 (not released yet)
2
4f092bee
MP
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
46e6ad49
MP
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
088aac85 15 * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
93689aa5 16
088aac85
DD
17 * Made the --write-batch and --read-batch options actually work
18 and added documentation in the man page (Jos Backus)