aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2008-09-11 08:42:27 -0700
committerWayne Davison <wayned@samba.org>2008-09-11 08:50:14 -0700
commit794d033981cc87f8b9d2219b977df56873299ff8 (patch)
treea3e68701f67c3627830405d68b25160b341b1a85 /NEWS
parent45574a73c156e389ab4aec98b6d30bb79d3ab367 (diff)
downloadandroid_external_rsync-794d033981cc87f8b9d2219b977df56873299ff8.tar.gz
android_external_rsync-794d033981cc87f8b9d2219b977df56873299ff8.tar.bz2
android_external_rsync-794d033981cc87f8b9d2219b977df56873299ff8.zip
A couple instant-rsyncd improvements:
- Prompt the user for the parameters when missing. - Allow the creation of a module without a user+password.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6703aa68..d34f5555 100644
--- a/NEWS
+++ b/NEWS
@@ -20,6 +20,11 @@ Changes since 3.0.4:
MD5 checksum of any transferred file, or all files if --checksum was
specified (when protocol 30 or above is in effect).
+ EXTRAS:
+
+ - Added an "instant-rsyncd" script to the support directory, which makes
+ it easy to configure a simple rsync daemon in the current directory.
+
DEVELOPER RELATED:
- Added more conditional debug output.