File tree 7 files changed +12
-12
lines changed
7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 1
- # NEWS for rsync 3.2.5 (UNRELEASED )
1
+ # NEWS for rsync 3.2.5 (14 Aug 2022 )
2
2
3
3
## Changes in this version:
4
4
4541
4541
4542
4542
| RELEASE DATE | VER. | DATE OF COMMIT\* | PROTOCOL |
4543
4543
| --------------| --------| ------------------| -------------|
4544
- | ?? Aug 2022 | 3.2.5 | | 31 |
4544
+ | 14 Aug 2022 | 3.2.5 | | 31 |
4545
4545
| 15 Apr 2022 | 3.2.4 | | 31 |
4546
4546
| 06 Aug 2020 | 3.2.3 | | 31 |
4547
4547
| 04 Jul 2020 | 3.2.2 | | 31 |
Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (C) 1999 Weiss
5
5
* Copyright (C) 2004 Chris Shoemaker
6
- * Copyright (C) 2004-2020 Wayne Davison
6
+ * Copyright (C) 2004-2022 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 2
2
* Simple byteorder handling.
3
3
*
4
4
* Copyright (C) 1992-1995 Andrew Tridgell
5
- * Copyright (C) 2007-2020 Wayne Davison
5
+ * Copyright (C) 2007-2022 Wayne Davison
6
6
*
7
7
* This program is free software; you can redistribute it and/or modify
8
8
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 2
2
* Unix SMB/CIFS implementation.
3
3
* Based on the Samba ACL support code.
4
4
* Copyright (C) Jeremy Allison 2000.
5
- * Copyright (C) 2007-2020 Wayne Davison
5
+ * Copyright (C) 2007-2022 Wayne Davison
6
6
*
7
7
* The permission functions have been changed to get/set all bits via
8
8
* one call. Some functions that rsync doesn't need were also removed.
Original file line number Diff line number Diff line change 3
3
* Version 2.2.x
4
4
* Portable SMB ACL interface
5
5
* Copyright (C) Jeremy Allison 2000
6
- * Copyright (C) 2007-2020 Wayne Davison
6
+ * Copyright (C) 2007-2022 Wayne Davison
7
7
*
8
8
* This program is free software; you can redistribute it and/or modify
9
9
* it under the terms of the GNU General Public License as published by
Original file line number Diff line number Diff line change 1
1
Summary: A fast, versatile, remote (and local ) file-copying tool
2
2
Name: rsync
3
3
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
7
7
Group: Applications/Internet
8
8
License: GPL
9
9
Source0: https://rsync.samba.org/ftp/rsync/%{srcdir }/rsync-%{fullversion }.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
79
79
%dir /etc/rsync-ssl/certs
80
80
81
81
%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 .
84
84
85
85
* Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
86
86
Added installation of /etc/xinetd.d/rsync file and some commented-out
Original file line number Diff line number Diff line change 1
- #define RSYNC_VERSION "3.2.5pre2 "
1
+ #define RSYNC_VERSION "3.2.5 "
2
2
#define MAINTAINER_TZ_OFFSET -7.0
You can’t perform that action at this time.
0 commit comments