]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Change pending version to 3.2.0 (currently 3.2.0dev).
authorWayne Davison <wayne@opencoder.net>
Sun, 26 Apr 2020 06:30:42 +0000 (23:30 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 26 Apr 2020 06:30:42 +0000 (23:30 -0700)
NEWS
OLDNEWS
configure.ac
rsync-ssl.yo
rsync.yo

diff --git a/NEWS b/NEWS
index cd9a1cfbe6d64a42984b4a976dd8b53c33320f5d..5e9d356f6eef492de295cbc77ef90f723e696807 100644 (file)
--- 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 084c3d4864895357a1dc9b8df16829fafd109236..8b5e0140a4c3ce8b166742f97f097abc6d623dfb 100644 (file)
--- a/OLDNEWS
+++ b/OLDNEWS
@@ -3746,7 +3746,7 @@ Changes since 2.4.6:
 \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
index 55fccd8ebc0ada208dbcb6e3b2ad426a56f6db7f..fef9004c1ae700d67b626f25f90b4cc551b23a5c 100644 (file)
@@ -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])
index dd3774d2ee9a8c1eb6322edb036c84894afab2c1..c23b3798d42cbbc6bcf0268b060021477d9bff08 100644 (file)
@@ -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
index 1fd78b63315c58290b7b6c87ef54a1be1ed1d6b5..0eecaaf636378f1593ac855de7615012029fe1ac 100644 (file)
--- 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