Slight change to refer to the section CONNECTING TO AN RSYNC SERVER OVER A
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1rsync changes since last release
2
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
10 BUG FIXES:
11
12 * Fix "forward name lookup failed" errors on AIX 4.3.3. (John
13 L. Allen, Martin Pool)
14
15 * Fix compilation on Tru64. (Albert Chin, Zoong Pham)
16
17 * Better handling of some client-server errors. (Martin Pool)
18
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
25 INTERNAL:
26
27 * Many code cleanups and improved internal documentation. (Martin
28 Pool, Nelson Beebe)
29
30 * More test cases. (Martin Pool)
31
32 * Updated included popt to the latest vendor drop, version 1.6.4.
33 (Jos Backus)