Changed the POOL_QALIGN flag to POOL_NO_QALIGN, reversing the setting
[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
ac1541f4
WD
13 ENHANCEMENTS:
14
7a2eca41
WD
15 - Added the --remote-option=OPT (-M OPT) command-line option that is useful
16 for things like sending a remote --log-file=FILE or --fake-super option.
85fd80ce 17
951e826b
WD
18 - Added the --info=FLAGS and --debug=FLAGS options to allow finer-grained
19 control over what is output. Added an extra type of --progress output
20 using --info=progress2.
21
29703623
WD
22 - Rsync will not send an -e option to the server if the user specifies the
23 --protocol=29 option. This lets rsync3 use an overly-restrictive server.
24
7c329ec7
WD
25 DEVELOPER RELATED:
26
93f3fbf7 27 - ...