Use umask kluge from rsync.fns to try to get rid of a potential
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1NEWS for rsync 2.6.6 (UNRELEASED)
2Protocol: 29 (unchanged)
3Changes since 2.6.5:
4
5 BUG FIXES:
6
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).
13
14 ENHANCEMENTS:
15
16 - Made the "max verbosity" setting in the rsyncd.conf file settable on a
17 per-module basis (which now matches the documentation).
18
19 BUILD CHANGES:
20
21 - Made configure define NOBODY_USER (currently hard-wired to "nobody") and
22 NOBODY_GROUP (set to either "nobody" or "nogroup" depending on what we
23 find in the /etc/group file).
24
25 - Added a test to the test suite, itemized.test, that tests the output of
26 -i (log-format w/%i) and some double-verbose messages.