[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Tue Jun 23 02:37:22 UTC 2020


The branch, master has been updated
       via  a8fc8fc2 Preparing for release of 3.2.1
       via  b8b7f1f3 Fix a typo.
      from  622a1169 A few more man page tweaks.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a8fc8fc2d22ba7243b96decb91c586682a05e4a1
Author: Wayne Davison <wayne at opencoder.net>
Date:   Mon Jun 22 19:31:16 2020 -0700

    Preparing for release of 3.2.1

commit b8b7f1f3d0bb5976b67f9c4988142c36c9baf131
Author: Wayne Davison <wayne at opencoder.net>
Date:   Mon Jun 22 19:30:07 2020 -0700

    Fix a typo.

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md                  |  4 ++--
 configure.ac             |  2 +-
 packaging/lsb/rsync.spec | 10 +++++-----
 rsync.1.md               |  2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)


Changeset truncated at 500 lines:

diff --git a/NEWS.md b/NEWS.md
index e6c3365f..bfbaff22 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 <a name="3.2.1"></a>
 
-# NEWS for rsync 3.2.1 (UNRELEASED)
+# NEWS for rsync 3.2.1 (22 Jun 2020)
 
 Protocol: 31 (unchanged)
 
@@ -4099,7 +4099,7 @@ Protocol: 25 (changed)
 
 | RELEASE DATE | VER.   | DATE OF COMMIT\* | PROTOCOL    |
 |--------------|--------|------------------|-------------|
-| ?? Jun 2020  | 3.2.1  |                  | 31          |
+| 22 Jun 2020  | 3.2.1  |                  | 31          |
 | 19 Jun 2020  | 3.2.0  |                  | 31          |
 | 28 Jan 2018  | 3.1.3  |                  | 31          |
 | 21 Dec 2015  | 3.1.2  |                  | 31          |
diff --git a/configure.ac b/configure.ac
index df0d8903..28865ea9 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.2.1pre1],[https://rsync.samba.org/bugtracking.html])
+AC_INIT([rsync],[3.2.1],[https://rsync.samba.org/bugtracking.html])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([byteorder.h])
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec
index d468595c..22ae1ce5 100644
--- a/packaging/lsb/rsync.spec
+++ b/packaging/lsb/rsync.spec
@@ -1,9 +1,9 @@
 Summary: A fast, versatile, remote (and local) file-copying tool
 Name: rsync
 Version: 3.2.1
-%define fullversion %{version}pre1
-Release: 0.1.pre1
-%define srcdir src-previews
+%define fullversion %{version}
+Release: 1
+%define srcdir src
 Group: Applications/Internet
 License: GPL
 Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir /etc/rsync-ssl/certs
 
 %changelog
-* Sun Jun 21 2020 Wayne Davison <wayne at opencoder.net>
-Released 3.2.1pre1.
+* Mon Jun 22 2020 Wayne Davison <wayne at opencoder.net>
+Released 3.2.1.
 
 * Fri Mar 21 2008 Wayne Davison <wayne at opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out
diff --git a/rsync.1.md b/rsync.1.md
index 44b4a62a..9d9dfbae 100644
--- a/rsync.1.md
+++ b/rsync.1.md
@@ -381,7 +381,7 @@ detailed description below for a complete description.
 --write-devices          write to devices as files (implies --inplace)
 --dry-run, -n            perform a trial run with no changes made
 --whole-file, -W         copy files whole (w/o delta-xfer algorithm)
---checksum-choice=STR    choose the checksum algorithms (aka --cc)
+--checksum-choice=STR    choose the checksum algorithm (aka --cc)
 --one-file-system, -x    don't cross filesystem boundaries
 --block-size=SIZE, -B    force a fixed checksum block-size
 --rsh=COMMAND, -e        specify the remote shell to use


-- 
The rsync repository.



More information about the rsync-cvs mailing list