The Ted T'so school of program optimization: make progress visible and
[rsync/rsync.git] / NEWS
CommitLineData
6e3d4c40 1rsync 2.5.1 (2002-01-03)
25ea348b 2
9fecec5e
MP
3 BUG FIXES:
4
e24c0b98
MP
5 * Fix for segfault in --daemon mode configuration parser. (Paul
6 Mackerras)
9fecec5e 7
e24c0b98
MP
8 * Correct string<->address parsing for both IPv4 and 6.
9 (YOSHIFUJI Hideaki, SUMIKAWA Munechika and Jun-ichiro "itojun"
10 Hagino)
9fecec5e 11
e24c0b98 12 * Various fixes for IPv6 support. (Dave Dykstra)
9fecec5e 13
e24c0b98 14 * rsync.1 typo fix. (Matt Kraai)
9fecec5e 15
e24c0b98 16 * Test suite typo fixes. (Tom Schmidt)
9fecec5e 17
e24c0b98
MP
18 * rsync.1 grammar and clarity improvements. (Edward
19 Welbourne)
9fecec5e 20
e24c0b98 21 * Correction to ./configure tests for inet_ntop. (Jeff Garzik)
9fecec5e 22
2f8dc291
MP
23 ENHANCEMENTS:
24
25 * --progress and -P now show estimated data transfer rate (in a
e24c0b98
MP
26 multiple of bytes/s) and estimated time to completion. (Rik
27 Faith)
bbd6f4ba
MP
28
29 * --no-detach option, required to run as a W32 service and also
30 useful when running on Unix under daemontools, AIX's SRC, or a
e24c0b98 31 debugger. (Max Bowsher, Jos Backus)
2f8dc291 32
9fecec5e 33 * Clearer error messages for some conditions.