Change back to using sockaddr_storage rather than sockaddr_in. If
[rsync/rsync.git] / NEWS
1 rsync 2.5.1 (sometime in 2001?)
2
3   ENHANCEMENTS:
4
5     * --progress and -P now show estimated data transfer rate (in a
6         multiple of bytes/s) and estimated time to completion.  Based
7         on a patch by Rik Faith.
8
9   BUG FIXES: 
10    
11     * Correct string<->address parsing for both IPv4 and 6.  Thankyou
12       to YOSHIFUJI Hideaki, SUMIKAWA Munechika and Jun-ichiro "itojun"
13       Hagino.
14
15     * rsync.1 typo fix by Matt Kraai.
16
17     * Fix for segfault in rsyncd.conf parser by Paul Mackerras.
18
19     * Test suite typo fixes Tom Schmidt.