55ee031bf69f39be91df3c312212acadda65fb23
[rsync/rsync.git] / NEWS
1 rsync 2.5.2 (???)
2
3   BUG FIXES:
4
5     * Fix for setting local address of outgoing sockets.
6
7     * Better handling of hardlinks and devices on platforms with
8       64-bit dev_t or ino_t.
9
10   ENHANCEMENTS:
11
12     * --statistics now shows memory heap usage on platforms that
13         support mallinfo().
14
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.)