Slight change to refer to the section CONNECTING TO AN RSYNC SERVER OVER A
[rsync/rsync.git] / NEWS
CommitLineData
54c7298c 1rsync changes since last release
6c92af20 2
759ac870
DD
3 ENHANCEMENTS:
4
5 * The --delete-after option now implies --delete. (Wayne Davison)
6
7 * The --suffix option can now be used with --backup-dir. (Michael
8 Zimmerman)
9
6c92af20
MP
10 BUG FIXES:
11
12 * Fix "forward name lookup failed" errors on AIX 4.3.3. (John
13 L. Allen, Martin Pool)
1433e6da 14
dd0628f8
MP
15 * Fix compilation on Tru64. (Albert Chin, Zoong Pham)
16
991f90f2
MP
17 * Better handling of some client-server errors. (Martin Pool)
18
f49a7b22
MP
19 * When -e is specified along with an rsyncd url, the client should
20 get a warning but it should not be treated as an error. (Bill
21 Nottingham)
22
23 http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=62489
24
dd0628f8
MP
25 INTERNAL:
26
bdae761e
MP
27 * Many code cleanups and improved internal documentation. (Martin
28 Pool, Nelson Beebe)
dd0628f8
MP
29
30 * More test cases. (Martin Pool)
31
b1a2f37a
WD
32 * Updated included popt to the latest vendor drop, version 1.6.4.
33 (Jos Backus)