Update
[rsync/rsync.git] / NEWS
CommitLineData
499957d9 1rsync 2.5.2 (???)
25ea348b 2
499957d9 3 BUG FIXES:
9fecec5e 4
499957d9 5 * Fix for setting local address of outgoing sockets.
9fecec5e 6
499957d9
MP
7 * Better handling of hardlinks and devices on platforms with
8 64-bit dev_t or ino_t.
9fecec5e 9
2f8dc291
MP
10 ENHANCEMENTS:
11
499957d9
MP
12 * --statistics now shows memory heap usage on platforms that
13 support mallinfo().
2f8dc291 14
499957d9
MP
15 * "The Ted T'so school of program optimization": make progress
16 visible and people will think it's faster. (With --progress,
17 rsync will show you how many files it has seen as it builds the
18 file_list, giving some indication that it has not hung.)