[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Mon Jun 22 02:27:57 UTC 2020
The branch, master has been updated
via 7fb08531 Preparing for release of 3.2.1pre1
via 9dba0bb7 Improve the simd note.
from 87bca719 Merge OLDNEWS.md into NEWS.md
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 7fb08531e0ee267e4a41e209be4cb5a24d461a2d
Author: Wayne Davison <wayne at opencoder.net>
Date: Sun Jun 21 19:24:26 2020 -0700
Preparing for release of 3.2.1pre1
commit 9dba0bb7fba2abc76f06d913e4d499c9925fc802
Author: Wayne Davison <wayne at opencoder.net>
Date: Sun Jun 21 18:52:28 2020 -0700
Improve the simd note.
-----------------------------------------------------------------------
Summary of changes:
NEWS.md | 7 ++++---
configure.ac | 2 +-
packaging/lsb/rsync.spec | 12 ++++++------
3 files changed, 11 insertions(+), 10 deletions(-)
Changeset truncated at 500 lines:
diff --git a/NEWS.md b/NEWS.md
index 4aade873..0828ec7c 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,7 +1,7 @@
------------------------------------------------------------------------------
-<a name="3.2.1"></a>
+<a name="3.2.1pre1"></a>
-# NEWS for rsync 3.2.1 (UNRELEASED)
+# NEWS for rsync 3.2.1pre1 (UNRELEASED)
Protocol: 31 (unchanged)
@@ -44,7 +44,8 @@ Protocol: 31 (unchanged)
### PACKAGING RELATED:
- If you had to use --disable-simd for 3.2.0, you should be able to remove
- that and let it auto-disable.
+ that and let it either succeed (e.g. if clang++ was core dumping) or
+ auto-disable.
- The MD5 asm code is now under its own configure flag (not shared with the
SIMD setting), so if you have any issues compiling it, re-run configure with
diff --git a/configure.ac b/configure.ac
index 19b12851..135a7e85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
-AC_INIT([rsync],[3.2.1dev],[http://rsync.samba.org/bugzilla.html])
+AC_INIT([rsync],[3.2.1pre1],[https://rsync.samba.org/bugtracking.html])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([byteorder.h])
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec
index 817e200e..eda5aad5 100644
--- a/packaging/lsb/rsync.spec
+++ b/packaging/lsb/rsync.spec
@@ -1,9 +1,9 @@
Summary: A fast, versatile, remote (and local) file-copying tool
Name: rsync
-Version: 3.2.0
-%define fullversion %{version}
-Release: 1
-%define srcdir src
+Version: 3.2.1
+%define fullversion %{version}pre1
+Release: 0.1.pre1
+%define srcdir src-previews
Group: Applications/Internet
License: GPL
Source0: http://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 Jun 19 2020 Wayne Davison <wayne at opencoder.net>
-Released 3.2.0.
+* Sun Jun 21 2020 Wayne Davison <wayne at opencoder.net>
+Released 3.2.1pre1.
* Fri Mar 21 2008 Wayne Davison <wayne at opencoder.net>
Added installation of /etc/xinetd.d/rsync file and some commented-out
--
The rsync repository.
More information about the rsync-cvs
mailing list