When INET6 is not defined, meaning that IPv6 is not supported, need to
[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.
bbd6f4ba
MP
8
9 * --no-detach option, required to run as a W32 service and also
10 useful when running on Unix under daemontools, AIX's SRC, or a
11 debugger. Thanks to Max Bowsher and Jos Backus.
2f8dc291 12
d313ae7d
MP
13 BUG FIXES:
14
2d6dbe29
MP
15 * Correct string<->address parsing for both IPv4 and 6. Thankyou
16 to YOSHIFUJI Hideaki, SUMIKAWA Munechika and Jun-ichiro "itojun"
17 Hagino.
2f8dc291 18
2d6dbe29 19 * rsync.1 typo fix by Matt Kraai.
25ea348b 20
2d6dbe29
MP
21 * Fix for segfault in rsyncd.conf parser by Paul Mackerras.
22
23 * Test suite typo fixes Tom Schmidt.