Allows --address to be used in client mode.
[rsync/rsync.git] / NEWS
CommitLineData
3ae6c187
WD
1NEWS for rsync 2.6.5 (UNRELEASED)
2Protocol: 29 (unchanged)
3Changes since 2.6.4:
ac1541f4
WD
4
5 BUG FIXES:
6
3ae6c187
WD
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.
e30b1fb8 10
3ae6c187
WD
11 - Fixed a case where the generator might try to tweak the write
12 permissions of a read-only directory in list-only mode.
278e3d4f 13
67de72bd
WD
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
ac1541f4
WD
18 ENHANCEMENTS:
19
3ae6c187
WD
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 "\\".
a897af2c 23
a8fd4161
WD
24 INTERNAL:
25
3ae6c187 26 - Rsync now calls setlocale(LC_CTYPE, "").
00fd3548 27
ac1541f4
WD
28 BUILD CHANGES:
29
3ae6c187 30 - You can use --disable-locale to turn off any use of setlocale().