Make batch mode actually work and add man page documentation. From Jos Backus.
[rsync/rsync.git] / NEWS
... / ...
CommitLineData
1rsync 2.5.3 (not released yet)
2
3 ENHANCEMENTS:
4
5 * Command to initiate connections is only shown with -vv, rather
6 than -v as in 2.5.2. Output from plain -v is more similar to
7 what was historically used so as not to break scripts that try
8 to parse the output.
9
10 * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
11
12 * Made the --write-batch and --read-batch options actually work
13 and added documentation in the man page (Jos Backus)