IRIX cc cares that the operands to the ternary have the same type.
[rsync.git] / NEWS
blobfc916f4ce7bfed1d24ca5cb2b25bcd44534162de
1 rsync 2.5.1 (sometime in 2001?)
3   ENHANCEMENTS:
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.
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.
19     * rsync.1 typo fix by Matt Kraai.
21     * Fix for segfault in rsyncd.conf parser by Paul Mackerras.
23     * Test suite typo fixes Tom Schmidt.