Several expansions of $srcdir were not double-quoted.
[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
8fe27e76
WD
7 - The outputting of hard-linked files when verbosity was > 1 was not right:
8 without -i it would output the name of each hard-linked file as thought
9 it had been changed (it now outputs a "is hard linked" message for the
10 file); with -i it would could output all trailing dots for an unchanged
11 hard-link (it now changes those dots to spaces, as is done for other
12 unchanged files).
bac72590 13
20667b6d
WD
14 - When backing up a changed symlink or device, get rid of any old backup
15 item so that we don't get an already-exists error.
16
ac1541f4
WD
17 ENHANCEMENTS:
18
8fe27e76
WD
19 - Made the "max verbosity" setting in the rsyncd.conf file settable on a
20 per-module basis (which now matches the documentation).
7d7a34ae 21
ac1541f4
WD
22 BUILD CHANGES:
23
8fe27e76
WD
24 - Made configure define NOBODY_USER (currently hard-wired to "nobody") and
25 NOBODY_GROUP (set to either "nobody" or "nogroup" depending on what we
26 find in the /etc/group file).
7d7a34ae 27
8fe27e76
WD
28 - Added a test to the test suite, itemized.test, that tests the output of
29 -i (log-format w/%i) and some double-verbose messages.
20667b6d 30