Mention the recent commits.
[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   BUG FIXES:
16   
17     * Fix "forward name lookup failed" errors on AIX 4.3.3.  (John
18       L. Allen, Martin Pool)
19
20     * Generate each file's rolling-checksum data as we send it, not
21       in a separate (memory-eating) pass before hand.  This prevents
22       timeout errors on really large files. (Stefan Nehlsen)
23
24     * Fix compilation on Tru64.  (Albert Chin, Zoong Pham)
25
26     * Better handling of some client-server errors.  (Martin Pool)
27
28   INTERNAL:
29
30     * Many code cleanups and improved internal documentation.  (Martin 
31       Pool, Nelson Beebe)
32
33     * More test cases.  (Martin Pool)
34
35     * Updated included popt to the latest vendor drop, version 1.6.4.
36       (Jos Backus)