[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages
rsync-cvs at lists.samba.org
Wed Jun 24 02:04:00 UTC 2020
The branch, master has been updated
via d15cfef9 Setup for 3.2.2dev.
from 28f9c960 The server side can enforce its negotiation limits
https://git.samba.org/?p=rsync.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit d15cfef9353099f8c5ec81283c1d58ae181ae29b
Author: Wayne Davison <wayne at opencoder.net>
Date: Tue Jun 23 18:56:44 2020 -0700
Setup for 3.2.2dev.
-----------------------------------------------------------------------
Summary of changes:
NEWS.md | 27 +++++++++++++++++++++++++++
configure.ac | 2 +-
2 files changed, 28 insertions(+), 1 deletion(-)
Changeset truncated at 500 lines:
diff --git a/NEWS.md b/NEWS.md
index bfbaff22..92ba0406 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,30 @@
+<a name="3.2.2"></a>
+
+# NEWS for rsync 3.2.2 (UNRELEASED)
+
+Protocol: 31 (unchanged)
+
+## Changes since 3.2.1:
+
+### BUG FIXES:
+
+ - Fix installing rsync-ssl script from an alternate build dir.
+
+ - Apple requires the asm function name to begin with an underscore.
+
+ - Avoid a test failure in the daemon test when --atimes is disabled.
+
+### ENHANCEMENTS:
+
+ - Allow the server side to restrict checksum & compression choices via
+ the environment variables.
+
+ - Simplify how the negotiation environment variables apply to older rsync
+ versions.
+
+ - Improved the man page a bit more.
+
+------------------------------------------------------------------------------
<a name="3.2.1"></a>
# NEWS for rsync 3.2.1 (22 Jun 2020)
diff --git a/configure.ac b/configure.ac
index 28865ea9..bf04e99d 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.1],[https://rsync.samba.org/bugtracking.html])
+AC_INIT([rsync],[3.2.2dev],[https://rsync.samba.org/bugtracking.html])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([byteorder.h])
--
The rsync repository.
More information about the rsync-cvs
mailing list