Change back to using sockaddr_storage rather than sockaddr_in. If
[rsync/rsync.git] / NEWS
CommitLineData
d313ae7d 1rsync 2.5.1 (sometime in 2001?)
25ea348b 2
2f8dc291
MP
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
d313ae7d
MP
9 BUG FIXES:
10
2d6dbe29
MP
11 * Correct string<->address parsing for both IPv4 and 6. Thankyou
12 to YOSHIFUJI Hideaki, SUMIKAWA Munechika and Jun-ichiro "itojun"
13 Hagino.
2f8dc291 14
2d6dbe29 15 * rsync.1 typo fix by Matt Kraai.
25ea348b 16
2d6dbe29
MP
17 * Fix for segfault in rsyncd.conf parser by Paul Mackerras.
18
19 * Test suite typo fixes Tom Schmidt.