From: Wayne Davison Date: Fri, 7 Aug 2020 03:57:26 +0000 (-0700) Subject: Preparing for release of 3.2.3 X-Git-Tag: v3.2.3^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e94bad1c156fc3910f24e2b3b71a81b0b0bdeb70;p=thirdparty%2Frsync.git Preparing for release of 3.2.3 --- diff --git a/NEWS.md b/NEWS.md index 130cf101..a3e6b9b4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ -# NEWS for rsync 3.2.3 (UNRELEASED) +# NEWS for rsync 3.2.3 (6 Aug 2020) ## Changes in this version: @@ -4244,7 +4244,7 @@ | RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL | |--------------|--------|------------------|-------------| -| ?? Aug 2020 | 3.2.3 | | 31 | +| 06 Aug 2020 | 3.2.3 | | 31 | | 04 Jul 2020 | 3.2.2 | | 31 | | 22 Jun 2020 | 3.2.1 | | 31 | | 19 Jun 2020 | 3.2.0 | | 31 | diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 2bcc33c6..04163c72 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.3 -%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 -* Mon Jul 27 2020 Wayne Davison -Released 3.2.3pre1. +* Thu Aug 06 2020 Wayne Davison +Released 3.2.3. * Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out diff --git a/version.h b/version.h index e380f568..e2fb963b 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define RSYNC_VERSION "3.2.3pre1" +#define RSYNC_VERSION "3.2.3"