aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-05-30 18:35:36 +0000
committerWayne Davison <wayned@samba.org>2006-05-30 18:35:36 +0000
commit051f5df5261ccdff85fd4a9704738088f813797f (patch)
treef1cfa7d60b69b52128e1ed441e8163c269294970 /NEWS
parente525519509bc2c633b8f7f9880290f632d7240b6 (diff)
downloadandroid_external_rsync-051f5df5261ccdff85fd4a9704738088f813797f.tar.gz
android_external_rsync-051f5df5261ccdff85fd4a9704738088f813797f.tar.bz2
android_external_rsync-051f5df5261ccdff85fd4a9704738088f813797f.zip
Mention the latest --log-* option changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 9 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 0d5ced6e..8cac8e6a 100644
--- a/NEWS
+++ b/NEWS
@@ -49,10 +49,15 @@ Changes since 2.6.8:
ENHANCEMENTS:
- - Added the --log-file=FILE option that can be used to tell any rsync to
- output what it is doing to a log file. This works with a client rsync, a
- non-daemon server rsync (see the man page for instructions), and also
- allows the overriding of the rsyncd.conf setting when starting a daemon.
+ - Added the --log-file=FILE and --log-file-format=FORMAT options. These
+ can be used to tell any rsync to output what it is doing to a log file.
+ They work with a client rsync, a non-daemon server rsync (see the man
+ page for instructions), and also allows the overriding of rsyncd.conf
+ settings when starting a daemon.
+
+ - The --log-format option was renamed to be --out-format to avoid confusing
+ it with affecting the log-file output. (The old option remains as an
+ alias for the new to preserve backward compatibility.)
DEVELOPER RELATED: