[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Sun Apr 26 06:34:48 UTC 2020


The branch, master has been updated
       via  d218be34 Update a few more copyright years.
       via  f4c077e8 Change pending version to 3.2.0 (currently 3.2.0dev).
      from  1c7785ab Change do_setattrlist_times() to use an stp arg.

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


- Log -----------------------------------------------------------------
commit d218be3482fc3567a9393de6c133efd7266db243
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Apr 25 23:34:16 2020 -0700

    Update a few more copyright years.

commit f4c077e85e407d4866a095101d082c9debebad85
Author: Wayne Davison <wayne at opencoder.net>
Date:   Sat Apr 25 23:30:42 2020 -0700

    Change pending version to 3.2.0 (currently 3.2.0dev).

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

Summary of changes:
 NEWS         | 2 +-
 OLDNEWS      | 2 +-
 compat.c     | 2 +-
 configure.ac | 2 +-
 rsync-ssl.yo | 2 +-
 rsync.yo     | 4 ++--
 syscall.c    | 2 +-
 t_stub.c     | 2 +-
 tls.c        | 2 +-
 trimslash.c  | 2 +-
 10 files changed, 11 insertions(+), 11 deletions(-)


Changeset truncated at 500 lines:

diff --git a/NEWS b/NEWS
index cd9a1cfb..5e9d356f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-NEWS for rsync 3.1.4 (UNRELEASED)
+NEWS for rsync 3.2.0 (UNRELEASED)
 Protocol: 31 (unchanged)
 Changes since 3.1.3:
 
diff --git a/OLDNEWS b/OLDNEWS
index 084c3d48..8b5e0140 100644
--- a/OLDNEWS
+++ b/OLDNEWS
@@ -3746,7 +3746,7 @@ Changes since 2.4.6:
 
 Partial Protocol History
 	RELEASE DATE	VER.	DATE OF COMMIT*	PROTOCOL
-	?? May 2020	3.1.4			??
+	?? May 2020	3.2.0			??
 	28 Jan 2018	3.1.3			31
 	21 Dec 2015	3.1.2			31
 	22 Jun 2014	3.1.1			31
diff --git a/compat.c b/compat.c
index 6298b904..40de14bb 100644
--- a/compat.c
+++ b/compat.c
@@ -3,7 +3,7 @@
  *
  * Copyright (C) Andrew Tridgell 1996
  * Copyright (C) Paul Mackerras 1996
- * Copyright (C) 2004-2019 Wayne Davison
+ * Copyright (C) 2004-2020 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/configure.ac b/configure.ac
index 55fccd8e..fef9004c 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.1.4dev],[http://rsync.samba.org/bugzilla.html])
+AC_INIT([rsync],[3.2.0dev],[http://rsync.samba.org/bugzilla.html])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR([byteorder.h])
diff --git a/rsync-ssl.yo b/rsync-ssl.yo
index dd3774d2..c23b3798 100644
--- a/rsync-ssl.yo
+++ b/rsync-ssl.yo
@@ -36,7 +36,7 @@ bf(--type=NAME) option overrides this, if specified.
 dit(bf(RSYNC_SSL_PORT)) If specified, the value is the port number that is used
 as the default when the user does not specify a port in their rsync command.
 When not specified, the default port number is 874.  (Note that older rsync
-versions (prior to 3.1.4) did not communicate an overriding port number value
+versions (prior to 3.2.0) did not communicate an overriding port number value
 to the helper script.)
 
 dit(bf(RSYNC_SSL_CERT)) If specified, the value is a filename that contains a
diff --git a/rsync.yo b/rsync.yo
index 1fd78b63..0eecaaf6 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -1250,7 +1250,7 @@ to make the sending and receiving systems have the same access times on the
 transferred files without needing to run rsync an extra time after a file is
 transferred.
 
-Note that some older rsync versions (prior to 3.1.4) may have been built with
+Note that some older rsync versions (prior to 3.2.0) may have been built with
 a pre-release bf(--atimes) patch that does not imply bf(--open-noatime) when
 this option is repeated.
 
@@ -1615,7 +1615,7 @@ shell connection, rather than through a direct socket connection to a
 running rsync daemon on the remote host.  See the section "USING
 RSYNC-DAEMON FEATURES VIA A REMOTE-SHELL CONNECTION" above.
 
-Beginning with rsync 3.1.4, the RSYNC_PORT environment variable will be
+Beginning with rsync 3.2.0, the RSYNC_PORT environment variable will be
 set when a daemon connection is being made via a remote-shell
 connection.  It is set to 0 if the default daemon port is being assumed,
 or it is set to the value of the rsync port that was specified via
diff --git a/syscall.c b/syscall.c
index bcd9738e..e1a02a3c 100644
--- a/syscall.c
+++ b/syscall.c
@@ -4,7 +4,7 @@
  *
  * Copyright (C) 1998 Andrew Tridgell
  * Copyright (C) 2002 Martin Pool
- * Copyright (C) 2003-2019 Wayne Davison
+ * Copyright (C) 2003-2020 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/t_stub.c b/t_stub.c
index 6f01a24d..84dd88f4 100644
--- a/t_stub.c
+++ b/t_stub.c
@@ -3,7 +3,7 @@
  * functions, so that module test harnesses can run standalone.
  *
  * Copyright (C) 2001, 2002 Martin Pool <mbp at samba.org>
- * Copyright (C) 2003-2019 Wayne Davison
+ * Copyright (C) 2003-2020 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/tls.c b/tls.c
index 00fac8b5..ac402eba 100644
--- a/tls.c
+++ b/tls.c
@@ -2,7 +2,7 @@
  * Trivial ls for comparing two directories after running an rsync.
  *
  * Copyright (C) 2001, 2002 Martin Pool <mbp at samba.org>
- * Copyright (C) 2003-2019 Wayne Davison
+ * Copyright (C) 2003-2020 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/trimslash.c b/trimslash.c
index 004351c2..60a746cb 100644
--- a/trimslash.c
+++ b/trimslash.c
@@ -2,7 +2,7 @@
  * Simple utility used only by the test harness.
  *
  * Copyright (C) 2002 Martin Pool
- * Copyright (C) 2003-2019 Wayne Davison
+ * Copyright (C) 2003-2020 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


-- 
The rsync repository.



More information about the rsync-cvs mailing list