Mention some mount options that can interfere with --link-dest.
[rsync/rsync.git] / NEWS
CommitLineData
93f3fbf7 1NEWS for rsync 3.1.0 (UNRELEASED)
3cbe640d 2Protocol: 30 (unchanged)
56fc9f70 3Changes since 3.0.4:
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
ac1541f4
WD
10 ENHANCEMENTS:
11
7a2eca41
WD
12 - Added the --remote-option=OPT (-M OPT) command-line option that is useful
13 for things like sending a remote --log-file=FILE or --fake-super option.
85fd80ce 14
951e826b
WD
15 - Added the --info=FLAGS and --debug=FLAGS options to allow finer-grained
16 control over what is output. Added an extra type of --progress output
17 using --info=progress2.
18
886df221
WD
19 - Added the "%C" escape to the log-output handling, which will output the
20 MD5 checksum of any transferred file, or all files if --checksum was
21 specified (when protocol 30 or above is in effect).
22
7c329ec7
WD
23 DEVELOPER RELATED:
24
886df221
WD
25 - Added more conditional debug output.
26
27 - Really big numbers are now output using our own big-num routine rather
28 than casting them to a double and using a %.0f conversion.
29
30 - The pool_alloc library has received some minor improvements in alignment
31 handling.