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