Added a debug-helping option, --msgs2stderr, than should help all
[rsync/rsync.git] / NEWS
CommitLineData
93f3fbf7 1NEWS for rsync 3.1.0 (UNRELEASED)
3cbe640d 2Protocol: 30 (unchanged)
93f3fbf7 3Changes since 3.0.3:
469ff84e 4
ac1541f4
WD
5 BUG FIXES:
6
bb4e4d88
WD
7 - Changed the way --progress overwrites its prior output in order to make
8 it nearly impossible for the progress to get overwritten by an error.
20bb1eb7 9
951e826b
WD
10 - Improved the keep-alive in-loop check in the generator to work properly
11 in incremental recursion mode.
12
886df221
WD
13 - Fixed a couple issues in the --fake-super handling of xattrs when the
14 destination files have root-level attributes (e.g. selinux values) that
15 a non-root copy can't affect.
16
ac1541f4
WD
17 ENHANCEMENTS:
18
7a2eca41
WD
19 - Added the --remote-option=OPT (-M OPT) command-line option that is useful
20 for things like sending a remote --log-file=FILE or --fake-super option.
85fd80ce 21
951e826b
WD
22 - Added the --info=FLAGS and --debug=FLAGS options to allow finer-grained
23 control over what is output. Added an extra type of --progress output
24 using --info=progress2.
25
886df221
WD
26 - Added the "%C" escape to the log-output handling, which will output the
27 MD5 checksum of any transferred file, or all files if --checksum was
28 specified (when protocol 30 or above is in effect).
29
29703623
WD
30 - Rsync will not send an -e option to the server if the user specifies the
31 --protocol=29 option. This lets rsync3 use an overly-restrictive server.
32
7c329ec7
WD
33 DEVELOPER RELATED:
34
886df221
WD
35 - Added more conditional debug output.
36
37 - Really big numbers are now output using our own big-num routine rather
38 than casting them to a double and using a %.0f conversion.
39
40 - The pool_alloc library has received some minor improvements in alignment
41 handling.
42
43 - The Makefile will not halt for just a timestamp change on the Makefile
44 or the configure files, only for actual changes in content.