Try to fix error on Solaris:
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1rsync 2.5.2 (???)
2
3 SECURITY FIXES:
4
5 * Signedness security patch from Sebastian Krahmer
6 <krahmer@suse.de> -- in some cases we were not sufficiently
7 careful about reading integers from the network.
8
9 BUG FIXES:
10
11 * Fix possible string mangling in log files.
12
13 * Fix for setting local address of outgoing sockets.
14
15 * Better handling of hardlinks and devices on platforms with
16 64-bit dev_t or ino_t.
17
18 ENHANCEMENTS:
19
20 * With -v, rsync now shows the command used to initiate an ssh/rsh
21 connection.
22
23 * --statistics now shows memory heap usage on platforms that
24 support mallinfo().
25
26 * "The Ted T'so school of program optimization": make progress
27 visible and people will think it's faster. (With --progress,
28 rsync will show you how many files it has seen as it builds the
29 file_list, giving some indication that it has not hung.)
30
31 * Improvements to batch mode support. This is still experimental
32 but testing would be welcome. (Jos Backus)