preparing for release of 2.5.1
[rsync.git] / NEWS
1 rsync 2.5.1 (sometime in 2001?)
2
3   BUG FIXES: 
4    
5     * Fix for segfault in --daemon mode configuration parser.  (Paul
6       Mackerras)
7
8     * Correct string<->address parsing for both IPv4 and 6.
9       (YOSHIFUJI Hideaki, SUMIKAWA Munechika and Jun-ichiro "itojun"
10       Hagino)
11
12     * Various fixes for IPv6 support.  (Dave Dykstra)
13
14     * rsync.1 typo fix.  (Matt Kraai)
15
16     * Test suite typo fixes.  (Tom Schmidt)
17
18     * rsync.1 grammar and clarity improvements.  (Edward
19       Welbourne)
20
21     * Correction to ./configure tests for inet_ntop.  (Jeff Garzik)
22
23   ENHANCEMENTS:
24
25     * --progress and -P now show estimated data transfer rate (in a
26         multiple of bytes/s) and estimated time to completion.  (Rik
27         Faith)
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
31         debugger.  (Max Bowsher, Jos Backus)
32
33     * Clearer error messages for some conditions.