When INET6 is not defined, meaning that IPv6 is not supported, need to
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1rsync 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 * --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.
12
13 BUG FIXES:
14
15 * Correct string<->address parsing for both IPv4 and 6. Thankyou
16 to YOSHIFUJI Hideaki, SUMIKAWA Munechika and Jun-ichiro "itojun"
17 Hagino.
18
19 * rsync.1 typo fix by Matt Kraai.
20
21 * Fix for segfault in rsyncd.conf parser by Paul Mackerras.
22
23 * Test suite typo fixes Tom Schmidt.