From d821e4cbfbc66848cdf91a336af26fdb89dd9a8f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 27 Mar 2022 14:59:57 -0700 Subject: Preparing for release of 3.2.4pre4 --- NEWS.md | 2 +- checksum.c | 2 +- exclude.c | 2 +- lib/md5.c | 2 +- packaging/lsb/rsync.spec | 8 ++++---- usage.c | 2 +- version.h | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/NEWS.md b/NEWS.md index 2b08dfa8..e66b3895 100644 --- a/NEWS.md +++ b/NEWS.md @@ -4468,7 +4468,7 @@ | RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL | |--------------|--------|------------------|-------------| -| ?? Jan 2022 | 3.2.4 | | 31 | +| ?? Apr 2022 | 3.2.4 | | 31 | | 06 Aug 2020 | 3.2.3 | | 31 | | 04 Jul 2020 | 3.2.2 | | 31 | | 22 Jun 2020 | 3.2.1 | | 31 | diff --git a/checksum.c b/checksum.c index 77848585..b723109c 100644 --- a/checksum.c +++ b/checksum.c @@ -3,7 +3,7 @@ * * Copyright (C) 1996 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras - * 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/exclude.c b/exclude.c index 4ee06a84..39073a0c 100644 --- a/exclude.c +++ b/exclude.c @@ -4,7 +4,7 @@ * Copyright (C) 1996-2001 Andrew Tridgell * Copyright (C) 1996 Paul Mackerras * Copyright (C) 2002 Martin Pool - * Copyright (C) 2003-2020 Wayne Davison + * Copyright (C) 2003-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/lib/md5.c b/lib/md5.c index 07fd6147..2366339e 100644 --- a/lib/md5.c +++ b/lib/md5.c @@ -2,7 +2,7 @@ * RFC 1321 compliant MD5 implementation * * Copyright (C) 2001-2003 Christophe Devine - * Copyright (C) 2007-2020 Wayne Davison + * Copyright (C) 2007-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 95183dab..6c8f3f5c 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,8 +1,8 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync Version: 3.2.4 -%define fullversion %{version}pre3 -Release: 0.1.pre3 +%define fullversion %{version}pre4 +Release: 0.1.pre4 %define srcdir src-previews Group: Applications/Internet License: GPL @@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT %dir /etc/rsync-ssl/certs %changelog -* Tue Jan 18 2022 Wayne Davison -Released 3.2.4pre3. +* Sun Mar 27 2022 Wayne Davison +Released 3.2.4pre4. * Fri Mar 21 2008 Wayne Davison Added installation of /etc/xinetd.d/rsync file and some commented-out diff --git a/usage.c b/usage.c index dccb49a0..cbca83e3 100644 --- a/usage.c +++ b/usage.c @@ -1,7 +1,7 @@ /* * Some usage & version related functions. * - * Copyright (C) 2002-2020 Wayne Davison + * Copyright (C) 2002-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/version.h b/version.h index 409ccdde..4ce61d8f 100644 --- a/version.h +++ b/version.h @@ -1 +1 @@ -#define RSYNC_VERSION "3.2.4pre3" +#define RSYNC_VERSION "3.2.4pre4" -- cgit v1.2.1