Added .svn/ to the cvs_ignore_list and some trailing slashes to the
[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
59c95e42
DD
21 * New option --link-dest which is like --compare-dest except that
22 unchanged files are hard-linked in to the destination directory.
23 (J.W. Schultz)
24
1b85e3f1
DD
25 * Don't report an error if an excluded file disappears during an
26 rsync run. (Eugene Chupriyanov and Bo Kersey)
27
6c92af20
MP
28 BUG FIXES:
29
30 * Fix "forward name lookup failed" errors on AIX 4.3.3. (John
31 L. Allen, Martin Pool)
1433e6da 32
d2d9fe18
WD
33 * Generate each file's rolling-checksum data as we send it, not
34 in a separate (memory-eating) pass before hand. This prevents
35 timeout errors on really large files. (Stefan Nehlsen)
36
dd0628f8
MP
37 * Fix compilation on Tru64. (Albert Chin, Zoong Pham)
38
991f90f2
MP
39 * Better handling of some client-server errors. (Martin Pool)
40
93eff16a
WD
41 * Fixed a crash that would occur when sending a list of files that
42 contains a duplicate name (if it sorts to the end of the file
43 list) and using --delete. (Wayne Davison)
44
dd0628f8
MP
45 INTERNAL:
46
bdae761e
MP
47 * Many code cleanups and improved internal documentation. (Martin
48 Pool, Nelson Beebe)
dd0628f8
MP
49
50 * More test cases. (Martin Pool)
51
b1a2f37a
WD
52 * Updated included popt to the latest vendor drop, version 1.6.4.
53 (Jos Backus)