Added the --remote-option=OPT (-M OPT) option.
[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
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
7c329ec7
WD
15 DEVELOPER RELATED:
16
93f3fbf7 17 - ...