From: Wayne Davison Date: Fri, 21 Oct 2022 00:57:22 +0000 (-0700) Subject: Preparing for release of 3.2.7 [buildall] X-Git-Tag: v3.2.7^0 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b5ae825db985e9d1c98576651b50c8e490ddb97;p=thirdparty%2Frsync.git Preparing for release of 3.2.7 [buildall] --- diff --git a/NEWS.md b/NEWS.md index ad1aaee0d..fb6562887 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# NEWS for rsync 3.2.7 (UNRELEASED) +# NEWS for rsync 3.2.7 (20 Oct 2022) ## Changes in this version: @@ -4692,7 +4692,7 @@ | RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL | |--------------|--------|------------------|-------------| -| ?? Dec 2022 | 3.2.7 | | 31 | +| 20 Oct 2022 | 3.2.7 | | 31 | | 09 Sep 2022 | 3.2.6 | | 31 | | 14 Aug 2022 | 3.2.5 | | 31 | | 15 Apr 2022 | 3.2.4 | | 31 | diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index f33c9f70c..f2d7aa44b 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.7 -%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 -* Fri Sep 30 2022 Wayne Davison -Released 3.2.7pre1. +* Thu Oct 20 2022 Wayne Davison +Released 3.2.7. * 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 64ca62db2..fdfce4c40 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define RSYNC_VERSION "3.2.7pre1" +#define RSYNC_VERSION "3.2.7" #define MAINTAINER_TZ_OFFSET -7.0