Preparing for release of 3.2.2 v3.2.2
authorWayne Davison <wayne@opencoder.net>
Sun, 5 Jul 2020 06:12:59 +0000 (23:12 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 5 Jul 2020 06:12:59 +0000 (23:12 -0700)
NEWS.md
packaging/lsb/rsync.spec
version.h

diff --git a/NEWS.md b/NEWS.md
index cb0d5436bf1480650199d472a3172cef1d5588f0..8a1042821afe1d98f4ae6f1887d3dd60964c2762 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 <a name="3.2.2"></a>
 
-# NEWS for rsync 3.2.2 (UNRELEASED)
+# NEWS for rsync 3.2.2 (4 Jul 2020)
 
 ## Changes in this version:
 
 
 | RELEASE DATE | VER.   | DATE OF COMMIT\* | PROTOCOL    |
 |--------------|--------|------------------|-------------|
-| ?? Jul 2020  | 3.2.2  |                  | 31          |
+| 04 Jul 2020  | 3.2.2  |                  | 31          |
 | 22 Jun 2020  | 3.2.1  |                  | 31          |
 | 19 Jun 2020  | 3.2.0  |                  | 31          |
 | 28 Jan 2018  | 3.1.3  |                  | 31          |
index 56591d26223cdefb3b619e16593e97606b176675..939e4647964f3e867c799884c81e236c1d7d38e1 100644 (file)
@@ -1,9 +1,9 @@
 Summary: A fast, versatile, remote (and local) file-copying tool
 Name: rsync
 Version: 3.2.2
-%define fullversion %{version}pre3
-Release: 0.1.pre3
-%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
-* Tue Jun 30 2020 Wayne Davison <wayne@opencoder.net>
-Released 3.2.2pre3.
+* Sat Jul 04 2020 Wayne Davison <wayne@opencoder.net>
+Released 3.2.2.
 
 * Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out
index 16b02f1540b5a6bf52f23e628f027865c5c0c4e5..34fbda498b2df259f16ad04cf0a07f8346f16b34 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define RSYNC_VERSION "3.2.2pre3"
+#define RSYNC_VERSION "3.2.2"