- for protocol version >= 27, mdfour_tail() is called when the block size
[rsync/rsync.git] / NEWS
CommitLineData
89855e78
WD
1NEWS for rsync version 2.5.7
2Protocol: 26 (unchanged)
3Changes since version 2.5.6:
4
5 ENHANCEMENTS:
6
7 - Added --files-from, --no-relative, --no-implied-dirs, and --from0.
8 Note that --from0 affects the line-ending character for all the
9 --*-from options. (Wayne Davison)
10
11 BUG FIXES:
12
13 - Fixed a crash bug when interacting with older rsync versions and
14 multiple files of the same name are destined for the same dir.
15 (Wayne Davison)
16
b5ca91ae 17 - Keep tmp names from overflowing MAXPATHLEN.
89855e78
WD
18
19 INTERNAL:
20
21 - Eliminated vestigial support for old versions that we stopped
22 supporting. (J.W. Schultz)
23
24 - Simplified some of the option-parsing code. (Wayne Davison)
25
26
8395d246 27NEWS for rsync version 2.5.6, aka the dwd-between-jobs release
3742bf3a 28Protocol: 26 (unchanged)
8395d246 29Changes since version 2.5.5:
6c92af20 30
759ac870
DD
31 ENHANCEMENTS:
32
bc2b4963 33 * The --delete-after option now implies --delete. (Wayne Davison)
759ac870 34
bc2b4963 35 * The --suffix option can now be used with --backup-dir. (Michael
759ac870
DD
36 Zimmerman)
37
d2d9fe18
WD
38 * Combining "::" syntax with the -rsh/-e option now uses the
39 specified remote-shell as a transport to talk to a (newly-spawned)
40 server-daemon. This allows someone to use daemon features, such
bc2b4963 41 as modules, over a secure protocol, such as ssh. (JD Paul)
d2d9fe18 42
93eff16a
WD
43 * The rsync:// syntax for daemon connections is now accepted in the
44 destination field.
45
f8a94f0d 46 * If the file name given to --include-from or --exclude-from is "-",
bc2b4963 47 rsync will read from standard input. (J.W. Schultz)
f8a94f0d 48
59c95e42
DD
49 * New option --link-dest which is like --compare-dest except that
50 unchanged files are hard-linked in to the destination directory.
51 (J.W. Schultz)
52
1b85e3f1 53 * Don't report an error if an excluded file disappears during an
bc2b4963 54 rsync run. (Eugene Chupriyanov and Bo Kersey)
1b85e3f1 55
ee7118a8
DD
56 * Added .svn to --cvs-exclude list to support subversion. (Jon
57 Middleton)
58
bc2b4963
DD
59 * Properly support IPv6 addresses in the rsyncd.conf "hosts allow"
60 and "hosts deny" fields. (Hideaki Yoshifuji)
61
7f653755
DD
62 * Changed exclude file handling to permit DOS or MAC style line
63 terminations. (J.W. Schultz)
536b8468 64
f0b4fdaf
DD
65 * Ignore errors from chmod when -p/-a/--preserve-perms is not set.
66 (Dave Dykstra)
67
6c92af20 68 BUG FIXES:
89855e78 69
6c92af20
MP
70 * Fix "forward name lookup failed" errors on AIX 4.3.3. (John
71 L. Allen, Martin Pool)
1433e6da 72
d2d9fe18
WD
73 * Generate each file's rolling-checksum data as we send it, not
74 in a separate (memory-eating) pass before hand. This prevents
75 timeout errors on really large files. (Stefan Nehlsen)
76
dd0628f8
MP
77 * Fix compilation on Tru64. (Albert Chin, Zoong Pham)
78
991f90f2
MP
79 * Better handling of some client-server errors. (Martin Pool)
80
93eff16a
WD
81 * Fixed a crash that would occur when sending a list of files that
82 contains a duplicate name (if it sorts to the end of the file
83 list) and using --delete. (Wayne Davison)
84
ac6ce983
WD
85 * Fixed the file-name duplicate-removal code when dealing with multiple
86 dups in a row. (Wayne Davison)
87
ee7118a8
DD
88 * Fixed a bug that caused rsync to lose the exit status of its child
89 processes and sometimes return an exit code of 0 instead of showing
90 an error. (David R. Staples, Dave Dykstra)
91
1f1fbe18
DD
92 * Fixed bug in --copy-unsafe-links that caused it to be completely
93 broken. (Dave Dykstra)
94
b765ec32 95 * Prevent infinite recursion in cleanup code under certain circumstances.
aa2c47d8 96 (Sviatoslav Sviridov and Marc Espie)
b765ec32 97
1b3cadaa
DD
98 * Fixed a bug that prevented rsync from creating intervening directories
99 when --relative-paths/-R is set. (Craig Barratt)
100
9f639210
DD
101 * Prevent "Connection reset by peer" messages from Cygwin. (Randy O'Meara)
102
dd0628f8
MP
103 INTERNAL:
104
89855e78 105 * Many code cleanups and improved internal documentation. (Martin
bdae761e 106 Pool, Nelson Beebe)
dd0628f8 107
ac6ce983
WD
108 * Portability fixes. (Dave Dykstra and Wayne Davison)
109
dd0628f8
MP
110 * More test cases. (Martin Pool)
111
521e6fdc
WD
112 * Some test-case fixes. (Brian Poole, Wayne Davison)
113
b1a2f37a
WD
114 * Updated included popt to the latest vendor drop, version 1.6.4.
115 (Jos Backus)
1985aa96
PG
116
117 * Updated config.guess and config.sub to latest versions; this
755bcd37 118 means rsync should build on more platforms. (Paul Green)