Cope with BSD systems on which mkdir() will not accept a trailing
[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
d52a22e4
DD
17 * Fixed problem on systems such as Sunos4 that do not support realloc
18 on a NULL pointer; error was "out of memory in flist_expand".
19
befbfe61
MP
20 * Fix for rsync server processes hanging around after the client
21 unexpectedly disconnects. (Colin Walters) (Debian bug #128632)
22
ded8347d
MP
23 * Cope with BSD systems on which mkdir() will not accept a trailing
24 slash.
25
46e6ad49
MP
26 ENHANCEMENTS:
27
28 * Command to initiate connections is only shown with -vv, rather
29 than -v as in 2.5.2. Output from plain -v is more similar to
30 what was historically used so as not to break scripts that try
31 to parse the output.
32
088aac85 33 * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
93689aa5 34
088aac85 35 * Made the --write-batch and --read-batch options actually work
c4a5c57d
MP
36 and added documentation in the man page (Jos Backus)
37
38 * If the daemon is unable to fork a child to accept a connection,
39 print an error message. (Colin Walters)