Preparing for release of 3.2.1 v3.2.1
authorWayne Davison <wayne@opencoder.net>
Tue, 23 Jun 2020 02:31:16 +0000 (19:31 -0700)
committerWayne Davison <wayne@opencoder.net>
Tue, 23 Jun 2020 02:31:16 +0000 (19:31 -0700)
NEWS.md
configure.ac
packaging/lsb/rsync.spec

diff --git a/NEWS.md b/NEWS.md
index e6c3365f51e7f930706a435365cb8aeff7836a18..bfbaff2276ca238cb8604d164a0a5d01304b61f3 100644 (file)
--- 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          |
index df0d89031aa5cfcbf3ba5b3cf58f92b901b7b9b5..28865ea98fdeb3408abd54a029e8e21bdc0028b0 100644 (file)
@@ -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])
index d468595c8e594b6e4550c2bec89be7f41b3a3ef3..22ae1ce55d5714b5260247b6aecc9b62fcd4ffe3 100644 (file)
@@ -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@opencoder.net>
-Released 3.2.1pre1.
+* Mon Jun 22 2020 Wayne Davison <wayne@opencoder.net>
+Released 3.2.1.
 
 * Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out