- Attempt to make the discussion of host-specifying args less confusing.
[rsync/rsync.git] / NEWS
CommitLineData
8fe27e76 1NEWS for rsync 2.6.6 (UNRELEASED)
3ae6c187 2Protocol: 29 (unchanged)
8fe27e76 3Changes since 2.6.5:
060f3150 4
ac1541f4
WD
5 BUG FIXES:
6
30e7b0b2
WD
7 - The setting of flist->high in clean_flist() was wrong for an empty list.
8 This could cause flist_find() to crash in certain rare circumstances
9 (e.g. if just the right directory setup was around when --fuzzy was
f3ee7268 10 combined with --link-dest).
30e7b0b2 11
8fe27e76 12 - The outputting of hard-linked files when verbosity was > 1 was not right:
e8432be9 13 without -i it would output the name of each hard-linked file as though
8fe27e76 14 it had been changed (it now outputs a "is hard linked" message for the
301569f0
WD
15 file); with -i it would output all dots for the unchanged attributes of
16 a hard-link (it now changes those dots to spaces, as is done for other
17 totally unchanged items).
bac72590 18
20667b6d
WD
19 - When backing up a changed symlink or device, get rid of any old backup
20 item so that we don't get an already-exists error.
21
e8432be9
WD
22 - A couple places that were comparing a local and a remote modification-
23 time were not honoring the --modify-window option.
24
b8b0668e
WD
25 - Fixed a really old, minor bug that could cause rsync to warn about being
26 unable to mkdir() a path that ends in "/." because it just created the
27 directory (required --relative, --no-implied-dirs, a source path that
28 ended in either a trailing slash or a trailing "/.", and a non-existing
29 destination dir to tickle the bug in a recent version).
30
ac1541f4
WD
31 ENHANCEMENTS:
32
8fe27e76
WD
33 - Made the "max verbosity" setting in the rsyncd.conf file settable on a
34 per-module basis (which now matches the documentation).
7d7a34ae 35
3f6c17cf 36 - The support/rrsync script has been upgraded to verify the args of options
301569f0 37 that take them (instead of rejecting any such options). The script was
3f6c17cf 38 also changed to try to be more secure and to fix a problem in the parsing
301569f0 39 of a pull operation that has multiple sources.
3f6c17cf 40
ac1541f4
WD
41 BUILD CHANGES:
42
8fe27e76
WD
43 - Made configure define NOBODY_USER (currently hard-wired to "nobody") and
44 NOBODY_GROUP (set to either "nobody" or "nogroup" depending on what we
45 find in the /etc/group file).
7d7a34ae 46
8fe27e76
WD
47 - Added a test to the test suite, itemized.test, that tests the output of
48 -i (log-format w/%i) and some double-verbose messages.
20667b6d 49