Updated to reflect new 2.6.7cvs status.
[rsync/rsync.git] / NEWS
1 NEWS for rsync 2.6.7 (UNRELEASED)
2 Protocol: 29 (unchanged)
3 Changes since 2.6.6:
4
5   BUG FIXES:
6
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
11   ENHANCEMENTS:
12
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
17     - If lutimes() and/or lchmod() are around, use them to allow the
18       preservation of attributes on symlinks.
19
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.