aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2013-06-16 16:59:24 -0700
committerWayne Davison <wayned@samba.org>2013-06-16 16:59:24 -0700
commit807f3a44ba7f65a78c92174b77e13193ad56bed3 (patch)
tree5c0bfc9d2b7cfc9411b042a3c3f07a1a2754f548 /NEWS
parent2791e0b54297565704916b1c5a6e4d5cdbb8386e (diff)
downloadandroid_external_rsync-807f3a44ba7f65a78c92174b77e13193ad56bed3.tar.gz
android_external_rsync-807f3a44ba7f65a78c92174b77e13193ad56bed3.tar.bz2
android_external_rsync-807f3a44ba7f65a78c92174b77e13193ad56bed3.zip
Mention latest changes.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 12 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8d9ec4ff..040ac2d7 100644
--- a/NEWS
+++ b/NEWS
@@ -147,6 +147,13 @@ Changes since 3.0.9:
- Allow --password-file=- to read the password from stdin (filename "-").
+ - Rsync now comes packaged with an rsync-ssl helper script that can be
+ used to contact a remote rsync daemon using a piped-stunnel command.
+ It also includes an stunnel config file to run the server side to
+ support ssl daemon connections. See the packaging/lsb/rsync.spec
+ file for one way to package the resulting files. (Suggestions for
+ how to make this even easier to install & use are welcomed.)
+
- Added the --outbuf=N|L|B option for chosing the output buffering.
- Repating the --fuzzy option now causes the code to look for fuzzy matches
@@ -212,7 +219,11 @@ Changes since 3.0.9:
- The included zlib was upgraded from 1.2.3 to 1.2.8.
- Rsync can now be compiled to use an unmodified zlib library instead of
- the tweaked one that is included with rsync.
+ the tweaked one that is included with rsync. This will eventually
+ become the default, at which point we'll start the countdown to removing
+ the included zlib. Until then, feel free to configure using:
+
+ ./configure --with-included-zlib=no
DEVELOPER RELATED: