Updated to reflect new 2.6.7cvs status.
[rsync/rsync.git] / NEWS
CommitLineData
f90f7149 1NEWS for rsync 2.6.7 (UNRELEASED)
3ae6c187 2Protocol: 29 (unchanged)
f90f7149 3Changes since 2.6.6:
9db17434 4
ac1541f4
WD
5 BUG FIXES:
6
9425918d
WD
7 - If the user specifies a remote-host for both the source and destination,
8 we now output a syntax error rather than trying to open the destination
9 hostspec as a filename.
10
ac1541f4
WD
11 ENHANCEMENTS:
12
870dddc5
WD
13 - Added the --append option that makes rsync append data onto files
14 that are longer on the source than the destination (this includes new
15 files).
16
f90f7149
WD
17 - If lutimes() and/or lchmod() are around, use them to allow the
18 preservation of attributes on symlinks.
7d7a34ae 19
870dddc5
WD
20 - Added two config items to the rsyncd.conf parsing: "pre-xfer exec"
21 and "post-xfer exec". These allow a command to be specified on a
22 per-module basis that will be run before and/or after a daemon-mode
23 transfer.