-NEWS for rsync 3.1.4 (UNRELEASED)
+NEWS for rsync 3.2.0 (UNRELEASED)
Protocol: 31 (unchanged)
Changes since 3.1.3:
\f
Partial Protocol History
RELEASE DATE VER. DATE OF COMMIT* PROTOCOL
- ?? May 2020 3.1.4 ??
+ ?? May 2020 3.2.0 ??
28 Jan 2018 3.1.3 31
21 Dec 2015 3.1.2 31
22 Jun 2014 3.1.1 31
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([rsync],[3.1.4dev],[http://rsync.samba.org/bugzilla.html])
+AC_INIT([rsync],[3.2.0dev],[http://rsync.samba.org/bugzilla.html])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([byteorder.h])
dit(bf(RSYNC_SSL_PORT)) If specified, the value is the port number that is used
as the default when the user does not specify a port in their rsync command.
When not specified, the default port number is 874. (Note that older rsync
-versions (prior to 3.1.4) did not communicate an overriding port number value
+versions (prior to 3.2.0) did not communicate an overriding port number value
to the helper script.)
dit(bf(RSYNC_SSL_CERT)) If specified, the value is a filename that contains a
transferred files without needing to run rsync an extra time after a file is
transferred.
-Note that some older rsync versions (prior to 3.1.4) may have been built with
+Note that some older rsync versions (prior to 3.2.0) may have been built with
a pre-release bf(--atimes) patch that does not imply bf(--open-noatime) when
this option is repeated.
running rsync daemon on the remote host. See the section "USING
RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION" above.
-Beginning with rsync 3.1.4, the RSYNC_PORT environment variable will be
+Beginning with rsync 3.2.0, the RSYNC_PORT environment variable will be
set when a daemon connection is being made via a remote-shell
connection. It is set to 0 if the default daemon port is being assumed,
or it is set to the value of the rsync port that was specified via