If the user specifies --protocol=29, rsync will avoid sending an -e
[rsync/rsync.git] / NEWS
1 NEWS for rsync 3.1.0 (UNRELEASED)
2 Protocol: 30 (unchanged)
3 Changes since 3.0.3:
4
5   BUG FIXES:
6
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.
9
10   ENHANCEMENTS:
11
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.
14
15     - Rsync will not send an -e option to the server if the user specifies the
16       --protocol=29 option.  This lets rsync3 use an overly-restrictive server.
17
18   DEVELOPER RELATED:
19
20     - ...