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