Starting the 2.6.5 news.
[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
ac1541f4
WD
14 ENHANCEMENTS:
15
3ae6c187
WD
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 "\\".
a897af2c 19
a8fd4161
WD
20 INTERNAL:
21
3ae6c187 22 - Rsync now calls setlocale(LC_CTYPE, "").
00fd3548 23
ac1541f4
WD
24 BUILD CHANGES:
25
3ae6c187 26 - You can use --disable-locale to turn off any use of setlocale().