Patch from J.W. Schultz to have --include-from and --exclude-from on
[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
d2d9fe18
WD
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
93eff16a
WD
15 * The rsync:// syntax for daemon connections is now accepted in the
16 destination field.
17
f8a94f0d
DD
18 * If the file name given to --include-from or --exclude-from is "-",
19 rsync will read from standard input. (J.W. Schultz)
20
6c92af20
MP
21 BUG FIXES:
22
23 * Fix "forward name lookup failed" errors on AIX 4.3.3. (John
24 L. Allen, Martin Pool)
1433e6da 25
d2d9fe18
WD
26 * Generate each file's rolling-checksum data as we send it, not
27 in a separate (memory-eating) pass before hand. This prevents
28 timeout errors on really large files. (Stefan Nehlsen)
29
dd0628f8
MP
30 * Fix compilation on Tru64. (Albert Chin, Zoong Pham)
31
991f90f2
MP
32 * Better handling of some client-server errors. (Martin Pool)
33
93eff16a
WD
34 * Fixed a crash that would occur when sending a list of files that
35 contains a duplicate name (if it sorts to the end of the file
36 list) and using --delete. (Wayne Davison)
37
dd0628f8
MP
38 INTERNAL:
39
bdae761e
MP
40 * Many code cleanups and improved internal documentation. (Martin
41 Pool, Nelson Beebe)
dd0628f8
MP
42
43 * More test cases. (Martin Pool)
44
b1a2f37a
WD
45 * Updated included popt to the latest vendor drop, version 1.6.4.
46 (Jos Backus)