Cygwin doesn't have setgroups() so probe for the function in configure
[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
78818f44
MP
6 process after changing uid and gid. (Ethan Benson) (Debian bug
7 #132272)
4f092bee 8
6dfb45bc
DD
9 BUG FIXES:
10
11 * Fixed problem that in many cases caused the error message
12 unexpected read size of 0 in map_ptr
13 and resulted in the wrong data being copied.
14
15 * Fixed compilation errors on some systems caused by the use of
16 "unsigned int64" in rsync.h.
17
d52a22e4
DD
18 * Fixed problem on systems such as Sunos4 that do not support realloc
19 on a NULL pointer; error was "out of memory in flist_expand".
20
befbfe61
MP
21 * Fix for rsync server processes hanging around after the client
22 unexpectedly disconnects. (Colin Walters) (Debian bug #128632)
23
ded8347d
MP
24 * Cope with BSD systems on which mkdir() will not accept a trailing
25 slash.
26
46e6ad49
MP
27 ENHANCEMENTS:
28
29 * Command to initiate connections is only shown with -vv, rather
30 than -v as in 2.5.2. Output from plain -v is more similar to
31 what was historically used so as not to break scripts that try
32 to parse the output.
33
088aac85 34 * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
93689aa5 35
088aac85 36 * Made the --write-batch and --read-batch options actually work
c4a5c57d
MP
37 and added documentation in the man page (Jos Backus)
38
39 * If the daemon is unable to fork a child to accept a connection,
40 print an error message. (Colin Walters)