Skip to content

Commit 5fcf20e

Browse files
committed
Preparing for release of 3.2.5
1 parent fc72d2b commit 5fcf20e

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NEWS for rsync 3.2.5 (UNRELEASED)
1+
# NEWS for rsync 3.2.5 (14 Aug 2022)
22

33
## Changes in this version:
44

@@ -4541,7 +4541,7 @@
45414541

45424542
| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
45434543
|--------------|--------|------------------|-------------|
4544-
| ?? Aug 2022 | 3.2.5 | | 31 |
4544+
| 14 Aug 2022 | 3.2.5 | | 31 |
45454545
| 15 Apr 2022 | 3.2.4 | | 31 |
45464546
| 06 Aug 2020 | 3.2.3 | | 31 |
45474547
| 04 Jul 2020 | 3.2.2 | | 31 |

batch.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (C) 1999 Weiss
55
* Copyright (C) 2004 Chris Shoemaker
6-
* Copyright (C) 2004-2020 Wayne Davison
6+
* Copyright (C) 2004-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

byteorder.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Simple byteorder handling.
33
*
44
* Copyright (C) 1992-1995 Andrew Tridgell
5-
* Copyright (C) 2007-2020 Wayne Davison
5+
* Copyright (C) 2007-2022 Wayne Davison
66
*
77
* This program is free software; you can redistribute it and/or modify
88
* it under the terms of the GNU General Public License as published by

lib/sysacls.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Unix SMB/CIFS implementation.
33
* Based on the Samba ACL support code.
44
* Copyright (C) Jeremy Allison 2000.
5-
* Copyright (C) 2007-2020 Wayne Davison
5+
* Copyright (C) 2007-2022 Wayne Davison
66
*
77
* The permission functions have been changed to get/set all bits via
88
* one call. Some functions that rsync doesn't need were also removed.

lib/sysacls.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Version 2.2.x
44
* Portable SMB ACL interface
55
* Copyright (C) Jeremy Allison 2000
6-
* Copyright (C) 2007-2020 Wayne Davison
6+
* Copyright (C) 2007-2022 Wayne Davison
77
*
88
* This program is free software; you can redistribute it and/or modify
99
* it under the terms of the GNU General Public License as published by

packaging/lsb/rsync.spec

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
Summary: A fast, versatile, remote (and local) file-copying tool
22
Name: rsync
33
Version: 3.2.5
4-
%define fullversion %{version}pre2
5-
Release: 0.1.pre2
6-
%define srcdir src-previews
4+
%define fullversion %{version}
5+
Release: 1
6+
%define srcdir src
77
Group: Applications/Internet
88
License: GPL
99
Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
7979
%dir /etc/rsync-ssl/certs
8080

8181
%changelog
82-
* Mon Aug 08 2022 Wayne Davison <wayne@opencoder.net>
83-
Released 3.2.5pre2.
82+
* Sun Aug 14 2022 Wayne Davison <wayne@opencoder.net>
83+
Released 3.2.5.
8484

8585
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
8686
Added installation of /etc/xinetd.d/rsync file and some commented-out

version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#define RSYNC_VERSION "3.2.5pre2"
1+
#define RSYNC_VERSION "3.2.5"
22
#define MAINTAINER_TZ_OFFSET -7.0

0 commit comments

Comments
 (0)