Allows --address to be used in client mode.
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1NEWS for rsync 2.6.5 (UNRELEASED)
2Protocol: 29 (unchanged)
3Changes since 2.6.4:
4
5 BUG FIXES:
6
7 - A crash bug was fixed when a daemon had its "path" set to "/", did
8 not have chroot enabled, and used some anchored excludes in the
9 config file.
10
11 - Fixed a case where the generator might try to tweak the write
12 permissions of a read-only directory in list-only mode.
13
14 - If --compare-dest or --link-dest uses a locally-copied file as the
15 basis for an updated version, log this better when --verbose or -i
16 in in effect.
17
18 ENHANCEMENTS:
19
20 - Changed the outputting of "safe" filenames to use backslash-escaped
21 characters rather than '?'s. Any non-printable character is output
22 using octal (e.g. "\n" -> "\012"), and backslash is output as "\\".
23
24 INTERNAL:
25
26 - Rsync now calls setlocale(LC_CTYPE, "").
27
28 BUILD CHANGES:
29
30 - You can use --disable-locale to turn off any use of setlocale().