Preparing for release of 3.2.7pre1 v3.2.7pre1
authorWayne Davison <wayne@opencoder.net>
Fri, 30 Sep 2022 19:36:21 +0000 (12:36 -0700)
committerWayne Davison <wayne@opencoder.net>
Fri, 30 Sep 2022 19:36:21 +0000 (12:36 -0700)
authenticate.c
hashtable.c
match.c
packaging/lsb/rsync.spec
version.h

index 01b26c08ca01f3fb1daaeaed311c8f43fb99c51d..b7f6ead93a9b10e33a3c17bd83f2ce93edd2dfd1 100644 (file)
@@ -2,7 +2,7 @@
  * Support rsync daemon authentication.
  *
  * Copyright (C) 1998-2000 Andrew Tridgell
- * 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
index f7a8a6c9c9c26e4bba126ec3d670ab5f678ed60c..2cc4e55047004d0541a7889531daffae8f7c90ca 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Routines to provide a memory-efficient hashtable.
  *
- * 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/match.c b/match.c
index 923ba1f925beee1633f8a0f69ef3e2506b94c8c5..6243994caa52799cd49d19bf0b5b6a305e7f04d3 100644 (file)
--- a/match.c
+++ b/match.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 1996 Andrew Tridgell
  * Copyright (C) 1996 Paul Mackerras
- * 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
index 8221547fb514eaf3d0b134ea1e54a37d89109d9c..f33c9f70c87020613f9ec97afac7e148aec4b41e 100644 (file)
@@ -1,9 +1,9 @@
 Summary: A fast, versatile, remote (and local) file-copying tool
 Name: rsync
-Version: 3.2.6
-%define fullversion %{version}
-Release: 1
-%define srcdir src
+Version: 3.2.7
+%define fullversion %{version}pre1
+Release: 0.1.pre1
+%define srcdir src-previews
 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
-* Fri Sep 09 2022 Wayne Davison <wayne@opencoder.net>
-Released 3.2.6.
+* Fri Sep 30 2022 Wayne Davison <wayne@opencoder.net>
+Released 3.2.7pre1.
 
 * Fri Mar 21 2008 Wayne Davison <wayne@opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out
index c038826806d298dc9273749e548bcb00332f6628..64ca62db2d412b3adefdbbf7a0478e9a777c3802 100644 (file)
--- a/version.h
+++ b/version.h
@@ -1,2 +1,2 @@
-#define RSYNC_VERSION "3.2.7dev"
+#define RSYNC_VERSION "3.2.7pre1"
 #define MAINTAINER_TZ_OFFSET -7.0