The branch, master has been updated
       via  e94bad1c Preparing for release of 3.2.3
       via  617d726a Tweak a comment.
      from  020eda88 Change fetch depth.

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit e94bad1c156fc3910f24e2b3b71a81b0b0bdeb70
Author: Wayne Davison <wa...@opencoder.net>
Date:   Thu Aug 6 20:57:26 2020 -0700

    Preparing for release of 3.2.3

commit 617d726a3d71c806c6cafa5f599a74abf810dda3
Author: Wayne Davison <wa...@opencoder.net>
Date:   Wed Aug 5 21:32:44 2020 -0700

    Tweak a comment.

-----------------------------------------------------------------------

Summary of changes:
 NEWS.md                  |  4 ++--
 packaging/lsb/rsync.spec | 10 +++++-----
 support/nameconvert      |  4 ++--
 version.h                |  2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)


Changeset truncated at 500 lines:

diff --git a/NEWS.md b/NEWS.md
index 130cf101..a3e6b9b4 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,6 +1,6 @@
 <a name="3.2.3"></a>
 
-# NEWS for rsync 3.2.3 (UNRELEASED)
+# NEWS for rsync 3.2.3 (6 Aug 2020)
 
 ## Changes in this version:
 
@@ -4244,7 +4244,7 @@
 
 | RELEASE DATE | VER.   | DATE OF COMMIT\* | PROTOCOL    |
 |--------------|--------|------------------|-------------|
-| ?? Aug 2020  | 3.2.3  |                  | 31          |
+| 06 Aug 2020  | 3.2.3  |                  | 31          |
 | 04 Jul 2020  | 3.2.2  |                  | 31          |
 | 22 Jun 2020  | 3.2.1  |                  | 31          |
 | 19 Jun 2020  | 3.2.0  |                  | 31          |
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec
index 2bcc33c6..04163c72 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.3
-%define fullversion %{version}pre1
-Release: 0.1.pre1
-%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 Jul 27 2020 Wayne Davison <wa...@opencoder.net>
-Released 3.2.3pre1.
+* Thu Aug 06 2020 Wayne Davison <wa...@opencoder.net>
+Released 3.2.3.
 
 * Fri Mar 21 2008 Wayne Davison <wa...@opencoder.net>
 Added installation of /etc/xinetd.d/rsync file and some commented-out
diff --git a/support/nameconvert b/support/nameconvert
index 968fdbe3..ecfe28d9 100755
--- a/support/nameconvert
+++ b/support/nameconvert
@@ -14,8 +14,8 @@
 # An unknown ID_NUM or NAME results in an empty return value.
 #
 # This is used by an rsync daemon when configured with the "name converter" and
-# "use chroot = true".  While this converter uses real user & group lookups you
-# could change it to use any mapping idiom you'd like.
+# (often) "use chroot = true".  While this converter uses real user & group
+# lookups you could change it to use any mapping idiom you'd like.
 
 import sys, argparse, pwd, grp
 
diff --git a/version.h b/version.h
index e380f568..e2fb963b 100644
--- a/version.h
+++ b/version.h
@@ -1 +1 @@
-#define RSYNC_VERSION "3.2.3pre1"
+#define RSYNC_VERSION "3.2.3"


-- 
The rsync repository.

_______________________________________________
rsync-cvs mailing list
rsync-cvs@lists.samba.org
https://lists.samba.org/mailman/listinfo/rsync-cvs

Reply via email to