Added the two most important bug fixes to NEWS to make sure they're not
[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
6dfb45bc
DD
8 BUG FIXES:
9
10 * Fixed problem that in many cases caused the error message
11 unexpected read size of 0 in map_ptr
12 and resulted in the wrong data being copied.
13
14 * Fixed compilation errors on some systems caused by the use of
15 "unsigned int64" in rsync.h.
16
46e6ad49
MP
17 ENHANCEMENTS:
18
19 * Command to initiate connections is only shown with -vv, rather
20 than -v as in 2.5.2. Output from plain -v is more similar to
21 what was historically used so as not to break scripts that try
22 to parse the output.
23
088aac85 24 * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
93689aa5 25
088aac85
DD
26 * Made the --write-batch and --read-batch options actually work
27 and added documentation in the man page (Jos Backus)