- Changed version to 2.6.5cvs.
[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 ENHANCEMENTS:
15
16 - Changed the outputting of "safe" filenames to use backslash-escaped
17 characters rather than '?'s. Any non-printable character is output
18 using octal (e.g. "\n" -> "\012"), and backslash is output as "\\".
19
20 INTERNAL:
21
22 - Rsync now calls setlocale(LC_CTYPE, "").
23
24 BUILD CHANGES:
25
26 - You can use --disable-locale to turn off any use of setlocale().