Note about merging zlib 1.1.3.
[rsync/rsync.git] / NEWS
CommitLineData
46e6ad49
MP
1rsync 2.5.3 (not released yet)
2
4f092bee
MP
3 SECURITY FIXES:
4
e2dd78f7
MP
5 * (CVE CAN-2002-0059)
6
4f092bee 7 * Make sure that supplementary groups are removed from a server
78818f44 8 process after changing uid and gid. (Ethan Benson) (Debian bug
e2dd78f7 9 #132272, CVE CAN-2002-0080)
4f092bee 10
6dfb45bc
DD
11 BUG FIXES:
12
13 * Fixed problem that in many cases caused the error message
14 unexpected read size of 0 in map_ptr
15 and resulted in the wrong data being copied.
16
17 * Fixed compilation errors on some systems caused by the use of
18 "unsigned int64" in rsync.h.
19
d52a22e4
DD
20 * Fixed problem on systems such as Sunos4 that do not support realloc
21 on a NULL pointer; error was "out of memory in flist_expand".
22
befbfe61
MP
23 * Fix for rsync server processes hanging around after the client
24 unexpectedly disconnects. (Colin Walters) (Debian bug #128632)
25
ded8347d
MP
26 * Cope with BSD systems on which mkdir() will not accept a trailing
27 slash.
28
46e6ad49
MP
29 ENHANCEMENTS:
30
7d816410
MP
31 * Merge in changes from zlib 1.1.2 to zlib 1.1.3. (Note that
32 rsync still uses a custom version of zlib; you can not just link
33 against a system library. See zlib/README.rsync)
34
46e6ad49
MP
35 * Command to initiate connections is only shown with -vv, rather
36 than -v as in 2.5.2. Output from plain -v is more similar to
37 what was historically used so as not to break scripts that try
38 to parse the output.
39
088aac85 40 * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
93689aa5 41
088aac85 42 * Made the --write-batch and --read-batch options actually work
c4a5c57d
MP
43 and added documentation in the man page (Jos Backus)
44
45 * If the daemon is unable to fork a child to accept a connection,
46 print an error message. (Colin Walters)