]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Preparing for release of 3.2.0 v3.2.0
authorWayne Davison <wayne@opencoder.net>
Fri, 19 Jun 2020 21:11:01 +0000 (14:11 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 19 Jun 2020 21:11:01 +0000 (14:11 -0700)
NEWS.md
OLDNEWS.md
configure.ac
packaging/lsb/rsync.spec

diff --git a/NEWS.md b/NEWS.md
index b4d7d13e89fbe9ad529be2f42e15d0ec7d38dd16..845d73792eb845edcfee6b0ea6e36b3d0c0881ed 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# NEWS for rsync 3.2.0 (UNRELEASED)
+# NEWS for rsync 3.2.0 (19 Jun 2020)
 
 Protocol: 31 (unchanged)
 
index 24ab6025be8b7e0e2173e452db189aa4b2d16ff3..077a288bae41357740ebee0fe0fcebe3f68a42f2 100644 (file)
@@ -3794,7 +3794,7 @@ Protocol: 25 (changed)
 
 | RELEASE DATE | VER.   | DATE OF COMMIT\* | PROTOCOL    |
 |--------------|--------|------------------|-------------|
-| ?? Jun 2020  | 3.2.0  |                  | 31          |
+| 19 Jun 2020  | 3.2.0  |                  | 31          |
 | 28 Jan 2018  | 3.1.3  |                  | 31          |
 | 21 Dec 2015  | 3.1.2  |                  | 31          |
 | 22 Jun 2014  | 3.1.1  |                  | 31          |
index 85b9791445f54d8184fa842616c3aa69d019b9a5..d665498d2e9532289ae3a049b3abc2b0a7e457bc 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 
-AC_INIT([rsync],[3.2.0pre3],[http://rsync.samba.org/bugzilla.html])
+AC_INIT([rsync],[3.2.0],[http://rsync.samba.org/bugzilla.html])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([byteorder.h])
index 510632933d73ca3a64f22fc2ff49e567fdc9f783..9db4e3add2e46bb18e131caf772fed60f194a340 100644 (file)
@@ -1,9 +1,9 @@
 Summary: A fast, versatile, remote (and local) file-copying tool
 Name: rsync
 Version: 3.2.0
-%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: http://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
-* Wed Jun 17 2020 Wayne Davison <wayne@opencoder.net>
-Released 3.2.0pre3.
+* Fri Jun 19 2020 Wayne Davison <wayne@opencoder.net>
+Released 3.2.0.
 
 * Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out