Setup for 3.2.2dev.
authorWayne Davison <wayne@opencoder.net>
Wed, 24 Jun 2020 01:56:44 +0000 (18:56 -0700)
committerWayne Davison <wayne@opencoder.net>
Wed, 24 Jun 2020 02:02:59 +0000 (19:02 -0700)
NEWS.md
configure.ac

diff --git a/NEWS.md b/NEWS.md
index bfbaff2276ca238cb8604d164a0a5d01304b61f3..92ba0406d48beb5a2c960755b981e24cb42b1b8d 100644 (file)
--- 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)
index 28865ea98fdeb3408abd54a029e8e21bdc0028b0..bf04e99df519ced1d6e82657a91f3f76d70df559 100644 (file)
@@ -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])