Insert a 100ms sleep just before sending the USR2 signal to the
[rsync/rsync.git] / NEWS
CommitLineData
54c7298c 1rsync changes since last release
6c92af20 2
759ac870
DD
3 ENHANCEMENTS:
4
bc2b4963 5 * The --delete-after option now implies --delete. (Wayne Davison)
759ac870 6
bc2b4963 7 * The --suffix option can now be used with --backup-dir. (Michael
759ac870
DD
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
bc2b4963 13 as modules, over a secure protocol, such as ssh. (JD Paul)
d2d9fe18 14
93eff16a
WD
15 * The rsync:// syntax for daemon connections is now accepted in the
16 destination field.
17
f8a94f0d 18 * If the file name given to --include-from or --exclude-from is "-",
bc2b4963 19 rsync will read from standard input. (J.W. Schultz)
f8a94f0d 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 25 * Don't report an error if an excluded file disappears during an
bc2b4963 26 rsync run. (Eugene Chupriyanov and Bo Kersey)
1b85e3f1 27
ee7118a8
DD
28 * Added .svn to --cvs-exclude list to support subversion. (Jon
29 Middleton)
30
bc2b4963
DD
31 * Properly support IPv6 addresses in the rsyncd.conf "hosts allow"
32 and "hosts deny" fields. (Hideaki Yoshifuji)
33
06669664 34 * Set the default value of --modify-window to 1 on Cygwin. (Lapo
3636b9ff 35 Luchini)
688d5732 36
7f653755
DD
37 * Changed exclude file handling to permit DOS or MAC style line
38 terminations. (J.W. Schultz)
536b8468 39
f0b4fdaf
DD
40 * Ignore errors from chmod when -p/-a/--preserve-perms is not set.
41 (Dave Dykstra)
42
6c92af20
MP
43 BUG FIXES:
44
45 * Fix "forward name lookup failed" errors on AIX 4.3.3. (John
46 L. Allen, Martin Pool)
1433e6da 47
d2d9fe18
WD
48 * Generate each file's rolling-checksum data as we send it, not
49 in a separate (memory-eating) pass before hand. This prevents
50 timeout errors on really large files. (Stefan Nehlsen)
51
dd0628f8
MP
52 * Fix compilation on Tru64. (Albert Chin, Zoong Pham)
53
991f90f2
MP
54 * Better handling of some client-server errors. (Martin Pool)
55
93eff16a
WD
56 * Fixed a crash that would occur when sending a list of files that
57 contains a duplicate name (if it sorts to the end of the file
58 list) and using --delete. (Wayne Davison)
59
ac6ce983
WD
60 * Fixed the file-name duplicate-removal code when dealing with multiple
61 dups in a row. (Wayne Davison)
62
ee7118a8
DD
63 * Fixed a bug that caused rsync to lose the exit status of its child
64 processes and sometimes return an exit code of 0 instead of showing
65 an error. (David R. Staples, Dave Dykstra)
66
1f1fbe18
DD
67 * Fixed bug in --copy-unsafe-links that caused it to be completely
68 broken. (Dave Dykstra)
69
b765ec32 70 * Prevent infinite recursion in cleanup code under certain circumstances.
aa2c47d8 71 (Sviatoslav Sviridov and Marc Espie)
b765ec32 72
1b3cadaa
DD
73 * Fixed a bug that prevented rsync from creating intervening directories
74 when --relative-paths/-R is set. (Craig Barratt)
75
9f639210
DD
76 * Prevent "Connection reset by peer" messages from Cygwin. (Randy O'Meara)
77
787568f3
DD
78 * Prevent some hangs at the end of a run on Cygwin. (Anthony Heading)
79
dd0628f8
MP
80 INTERNAL:
81
bdae761e
MP
82 * Many code cleanups and improved internal documentation. (Martin
83 Pool, Nelson Beebe)
dd0628f8 84
ac6ce983
WD
85 * Portability fixes. (Dave Dykstra and Wayne Davison)
86
dd0628f8
MP
87 * More test cases. (Martin Pool)
88
521e6fdc
WD
89 * Some test-case fixes. (Brian Poole, Wayne Davison)
90
b1a2f37a
WD
91 * Updated included popt to the latest vendor drop, version 1.6.4.
92 (Jos Backus)
1985aa96
PG
93
94 * Updated config.guess and config.sub to latest versions; this
755bcd37 95 means rsync should build on more platforms. (Paul Green)