[SCM] The rsync repository. - branch master updated
Rsync CVS commit messages <[email protected]> Tue, 27 May 2014 00:53:35 +0200 (CEST)
| Newsgroups | gmane.network.rsync.cvs |
|---|---|
| Message-ID | <[email protected]> |
The branch, master has been updated
via 4c8eb5f Preparing for release of 3.1.1pre2
from f491d17 Mention all the latest changes in the NEWS.
;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 4c8eb5f9511dd1393b147c4e993ee15448faedf5
Author: Wayne Davison <[email protected]>
Date: Mon May 26 15:42:03 2014 -0700
Preparing for release of 3.1.1pre2
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
packaging/lsb/rsync.spec | 8 ++++----
rsync.yo | 4 ++--
rsyncd.conf.yo | 4 ++--
4 files changed, 9 insertions(+), 9 deletions(-)
Changeset truncated at 500 lines:
diff --git a/configure.ac b/configure.ac
index 8e3703c..4f41f8d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h])
AC_CONFIG_HEADER(config.h)
AC_PREREQ(2.60)
-RSYNC_VERSION=3.1.1pre1
+RSYNC_VERSION=3.1.1pre2
AC_SUBST(RSYNC_VERSION)
AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION])
diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec
index 2bd8f11..ed54d30 100644
--- a/packaging/lsb/rsync.spec
+++ b/packaging/lsb/rsync.spec
@@ -1,8 +1,8 @@
Summary: A fast, versatile, remote (and local) file-copying tool
Name: rsync
Version: 3.1.1
-%define fullversion %{version}pre1
-Release: 0.1.pre1
+%define fullversion %{version}pre2
+Release: 0.1.pre2
%define srcdir src-previews
Group: Applications/Internet
License: GPL
@@ -91,8 +91,8 @@ rm -rf $RPM_BUILD_ROOT
%dir /etc/rsync-ssl/certs
%changelog
-* Sun Jan 26 2014 Wayne Davison <[email protected]>
-Released 3.1.1pre1.
+* Mon May 26 2014 Wayne Davison <[email protected]>
+Released 3.1.1pre2.
* Fri Mar 21 2008 Wayne Davison <[email protected]>
Added installation of /etc/xinetd.d/rsync file and some commented-out
diff --git a/rsync.yo b/rsync.yo
index 94e6fd1..c80610d 100644
--- a/rsync.yo
+++ b/rsync.yo
@@ -1,5 +1,5 @@
mailto([email protected])
-manpage(rsync)(1)(26 Jan 2014)()()
+manpage(rsync)(1)(26 May 2014)()()
manpagename(rsync)(a fast, versatile, remote (and local) file-copying tool)
manpagesynopsis()
@@ -3400,7 +3400,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/)
manpagesection(VERSION)
-This man page is current for version 3.1.1pre1 of rsync.
+This man page is current for version 3.1.1pre2 of rsync.
manpagesection(INTERNAL OPTIONS)
diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo
index 3b7df51..e5ed8f6 100644
--- a/rsyncd.conf.yo
+++ b/rsyncd.conf.yo
@@ -1,5 +1,5 @@
mailto([email protected])
-manpage(rsyncd.conf)(5)(26 Jan 2014)()()
+manpage(rsyncd.conf)(5)(26 May 2014)()()
manpagename(rsyncd.conf)(configuration file for rsync in daemon mode)
manpagesynopsis()
@@ -901,7 +901,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/)
manpagesection(VERSION)
-This man page is current for version 3.1.1pre1 of rsync.
+This man page is current for version 3.1.1pre2 of rsync.
manpagesection(CREDITS)
--
The rsync repository.