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