Document more recent changes.
[rsync/rsync.git] / NEWS
1 rsync 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     * Combining "::" syntax with the -rsh/-e option now uses the
11       specified remote-shell as a transport to talk to a (newly-spawned)
12       server-daemon.  This allows someone to use daemon features, such
13       as modules, over a secure protocol, such as ssh. (JD Paul)
14
15     * The rsync:// syntax for daemon connections is now accepted in the
16       destination field.
17
18   BUG FIXES:
19   
20     * Fix "forward name lookup failed" errors on AIX 4.3.3.  (John
21       L. Allen, Martin Pool)
22
23     * Generate each file's rolling-checksum data as we send it, not
24       in a separate (memory-eating) pass before hand.  This prevents
25       timeout errors on really large files. (Stefan Nehlsen)
26
27     * Fix compilation on Tru64.  (Albert Chin, Zoong Pham)
28
29     * Better handling of some client-server errors.  (Martin Pool)
30
31     * Fixed a crash that would occur when sending a list of files that
32       contains a duplicate name (if it sorts to the end of the file
33       list) and using --delete.  (Wayne Davison)
34
35   INTERNAL:
36
37     * Many code cleanups and improved internal documentation.  (Martin 
38       Pool, Nelson Beebe)
39
40     * More test cases.  (Martin Pool)
41
42     * Updated included popt to the latest vendor drop, version 1.6.4.
43       (Jos Backus)