Preparing for release of 3.2.5
authorWayne Davison <wayne@opencoder.net>
Sun, 14 Aug 2022 17:15:08 +0000 (10:15 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 14 Aug 2022 17:15:08 +0000 (10:15 -0700)
NEWS.md
batch.c
byteorder.h
lib/sysacls.c
lib/sysacls.h
packaging/lsb/rsync.spec
version.h

diff --git a/NEWS.md b/NEWS.md
index 30ef87072e4b51511a472df66d262e46b66f3987..e32600c5e9ba188e5325269328fd6821a43d5ae4 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,4 +1,4 @@
-# NEWS for rsync 3.2.5 (UNRELEASED)
+# NEWS for rsync 3.2.5 (14 Aug 2022)
 
 ## Changes in this version:
 
 
 | RELEASE DATE | VER.   | DATE OF COMMIT\* | PROTOCOL    |
 |--------------|--------|------------------|-------------|
-| ?? Aug 2022  | 3.2.5  |                  | 31          |
+| 14 Aug 2022  | 3.2.5  |                  | 31          |
 | 15 Apr 2022  | 3.2.4  |                  | 31          |
 | 06 Aug 2020  | 3.2.3  |                  | 31          |
 | 04 Jul 2020  | 3.2.2  |                  | 31          |
diff --git a/batch.c b/batch.c
index b95033f0e2aacf51991c1a4386199ede33cc8daa..accc4c6e677b639fe870084d914a68a61684a4a1 100644 (file)
--- a/batch.c
+++ b/batch.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1999 Weiss
  * Copyright (C) 2004 Chris Shoemaker
- * 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
index 7c5abe666a86cb2a083b162717171df95364a187..059cc70864953b564f24b7332343ab230fc28bcb 100644 (file)
@@ -2,7 +2,7 @@
  * Simple byteorder handling.
  *
  * Copyright (C) 1992-1995 Andrew Tridgell
- * 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
index 74a99478e153b2f87cc6454c19b6c796a61b241c..a5abe408d77c5ccb97b0ae66c996ea3f8dfea119 100644 (file)
@@ -2,7 +2,7 @@
  * Unix SMB/CIFS implementation.
  * Based on the Samba ACL support code.
  * Copyright (C) Jeremy Allison 2000.
- * Copyright (C) 2007-2020 Wayne Davison
+ * Copyright (C) 2007-2022 Wayne Davison
  *
  * The permission functions have been changed to get/set all bits via
  * one call.  Some functions that rsync doesn't need were also removed.
index cf1368ea52f3d57487b6faa28e519806170a64f6..c06959742942a829c4574eb09834e0d30f87a901 100644 (file)
@@ -3,7 +3,7 @@
  * Version 2.2.x
  * Portable SMB ACL interface
  * Copyright (C) Jeremy Allison 2000
- * 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
index 31225a5cd74ca98317a68e751dd1d77c4a999855..0959c7447e1661471ff7bdf32e29daa61890c627 100644 (file)
@@ -1,9 +1,9 @@
 Summary: A fast, versatile, remote (and local) file-copying tool
 Name: rsync
 Version: 3.2.5
-%define fullversion %{version}pre2
-Release: 0.1.pre2
-%define srcdir src-previews
+%define fullversion %{version}
+Release: 1
+%define srcdir src
 Group: Applications/Internet
 License: GPL
 Source0: https://rsync.samba.org/ftp/rsync/%{srcdir}/rsync-%{fullversion}.tar.gz
@@ -79,8 +79,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir /etc/rsync-ssl/certs
 
 %changelog
-* Mon Aug 08 2022 Wayne Davison <wayne@opencoder.net>
-Released 3.2.5pre2.
+* Sun Aug 14 2022 Wayne Davison <wayne@opencoder.net>
+Released 3.2.5.
 
 * Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out
index d793678d7d0d92f4cf47fb1fefded4abea3a2bec..82aa78f2b1fef43bfa8f9fedca7c8b8552bc3798 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
-#define RSYNC_VERSION "3.2.5pre2"
+#define RSYNC_VERSION "3.2.5"
 #define MAINTAINER_TZ_OFFSET -7.0