From: Wayne Davison Date: Fri, 9 Sep 2022 19:23:37 +0000 (-0700) Subject: Preparing for release of 3.2.6 X-Git-Tag: v3.2.6^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db5bfe67a5d022f9ad25340db6bc2cca2cbbdb65;p=thirdparty%2Frsync.git Preparing for release of 3.2.6 --- diff --git a/NEWS.md b/NEWS.md index b9346ec1..02cc2fc7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# NEWS for rsync 3.2.6 (UNRELEASED) +# NEWS for rsync 3.2.6 (9 Sep 2022) ## Changes in this version: @@ -4592,7 +4592,7 @@ | RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL | |--------------|--------|------------------|-------------| -| ?? Dec 2022 | 3.2.6 | | 31 | +| 09 Sep 2022 | 3.2.6 | | 31 | | 14 Aug 2022 | 3.2.5 | | 31 | | 15 Apr 2022 | 3.2.4 | | 31 | | 06 Aug 2020 | 3.2.3 | | 31 | diff --git a/hlink.c b/hlink.c index 7602ec38..20291f26 100644 --- a/hlink.c +++ b/hlink.c @@ -4,7 +4,7 @@ * Copyright (C) 1996 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras * Copyright (C) 2002 Martin Pool - * Copyright (C) 2004-2020 Wayne Davison + * Copyright (C) 2004-2022 Wayne Davison * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 0959c744..8221547f 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,6 +1,6 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync -Version: 3.2.5 +Version: 3.2.6 %define fullversion %{version} Release: 1 %define srcdir src @@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/rsync-ssl/certs %changelog -* Sun Aug 14 2022 Wayne Davison -Released 3.2.5. +* Fri Sep 09 2022 Wayne Davison +Released 3.2.6. * 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 fac4fa4b..04e2db7a 100644 --- a/version.h +++ b/version.h @@ -1,2 +1,2 @@ -#define RSYNC_VERSION "3.2.6dev" +#define RSYNC_VERSION "3.2.6" #define MAINTAINER_TZ_OFFSET -7.0