Skip to content

Commit 6b5ae82

Browse files
committed
Preparing for release of 3.2.7 [buildall]
1 parent 3b719d1 commit 6b5ae82

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

NEWS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# NEWS for rsync 3.2.7 (UNRELEASED)
1+
# NEWS for rsync 3.2.7 (20 Oct 2022)
22

33
## Changes in this version:
44

@@ -4692,7 +4692,7 @@
46924692

46934693
| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
46944694
|--------------|--------|------------------|-------------|
4695-
| ?? Dec 2022 | 3.2.7 | | 31 |
4695+
| 20 Oct 2022 | 3.2.7 | | 31 |
46964696
| 09 Sep 2022 | 3.2.6 | | 31 |
46974697
| 14 Aug 2022 | 3.2.5 | | 31 |
46984698
| 15 Apr 2022 | 3.2.4 | | 31 |

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.7
4-
%define fullversion %{version}pre1
5-
Release: 0.1.pre1
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-
* Fri Sep 30 2022 Wayne Davison <wayne@opencoder.net>
83-
Released 3.2.7pre1.
82+
* Thu Oct 20 2022 Wayne Davison <wayne@opencoder.net>
83+
Released 3.2.7.
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.7pre1"
1+
#define RSYNC_VERSION "3.2.7"
22
#define MAINTAINER_TZ_OFFSET -7.0

0 commit comments

Comments
 (0)