Changed the code to use the single long-option hash from cull_options.
[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 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
10 combined with --list-dest).
11
12 - The outputting of hard-linked files when verbosity was > 1 was not right:
13 without -i it would output the name of each hard-linked file as thought
14 it had been changed (it now outputs a "is hard linked" message for the
15 file); with -i it would could output all trailing dots for an unchanged
16 hard-link (it now changes those dots to spaces, as is done for other
17 unchanged files).
18
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
22 ENHANCEMENTS:
23
24 - Made the "max verbosity" setting in the rsyncd.conf file settable on a
25 per-module basis (which now matches the documentation).
26
27 - The support/rrsync script has been upgraded to verify the args of options
28 that take them (instead of rejecting any such options). The scrip was
29 also changed to try to be more secure and to fix a problem in the parsing
30 of a copy that has multiple sources.
31
32 BUILD CHANGES:
33
34 - Made configure define NOBODY_USER (currently hard-wired to "nobody") and
35 NOBODY_GROUP (set to either "nobody" or "nogroup" depending on what we
36 find in the /etc/group file).
37
38 - Added a test to the test suite, itemized.test, that tests the output of
39 -i (log-format w/%i) and some double-verbose messages.
40