From: Wayne Davison Date: Sun, 26 Apr 2020 06:30:42 +0000 (-0700) Subject: Change pending version to 3.2.0 (currently 3.2.0dev). X-Git-Tag: v3.2.0pre1~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4c077e85e407d4866a095101d082c9debebad85;p=thirdparty%2Frsync.git Change pending version to 3.2.0 (currently 3.2.0dev). --- diff --git a/NEWS b/NEWS index cd9a1cfb..5e9d356f 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS for rsync 3.1.4 (UNRELEASED) +NEWS for rsync 3.2.0 (UNRELEASED) Protocol: 31 (unchanged) Changes since 3.1.3: diff --git a/OLDNEWS b/OLDNEWS index 084c3d48..8b5e0140 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -3746,7 +3746,7 @@ Changes since 2.4.6: 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 diff --git a/configure.ac b/configure.ac index 55fccd8e..fef9004c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ 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]) diff --git a/rsync-ssl.yo b/rsync-ssl.yo index dd3774d2..c23b3798 100644 --- a/rsync-ssl.yo +++ b/rsync-ssl.yo @@ -36,7 +36,7 @@ bf(--type=NAME) option overrides this, if specified. 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 diff --git a/rsync.yo b/rsync.yo index 1fd78b63..0eecaaf6 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1250,7 +1250,7 @@ to make the sending and receiving systems have the same access times on the 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. @@ -1615,7 +1615,7 @@ shell connection, rather than through a direct socket connection to a 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