From 4cb6197b21d9860736c8e6d81b8eb8cac53beb5a Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 1 Mar 2008 12:12:04 -0800 Subject: [PATCH] Preparing for release of 3.0.0 --- NEWS | 2 +- OLDNEWS | 2 +- configure.in | 2 +- packaging/lsb/rsync.spec | 6 +++--- rsync.h | 2 +- rsync.yo | 4 ++-- rsyncd.conf.yo | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 0edd1590..cce8d9dc 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -NEWS for rsync 3.0.0 (UNRELEASED) +NEWS for rsync 3.0.0 (1 Mar 2008) Protocol: 30 (changed) Changes since 2.6.9: diff --git a/OLDNEWS b/OLDNEWS index a7c600c3..0ca59e62 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -2244,7 +2244,7 @@ Changes since 2.4.6: Partial Protocol History RELEASE DATE VER. DATE OF COMMIT* PROTOCOL - ?? ??? 2008 3.0.0 11 Nov 2006 30 + 01 Mar 2008 3.0.0 11 Nov 2006 30 06 Nov 2006 2.6.9 29 22 Apr 2006 2.6.8 29 11 Mar 2006 2.6.7 29 diff --git a/configure.in b/configure.in index e6105423..6934014a 100644 --- a/configure.in +++ b/configure.in @@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h]) AC_CONFIG_HEADER(config.h) AC_PREREQ(2.59) -RSYNC_VERSION=3.0.0pre10 +RSYNC_VERSION=3.0.0 AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 3af7971a..03994010 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,6 +1,6 @@ Summary: A fast, versatile, remote (and local) file-copying tool Name: rsync -Version: 3.0.0pre10 +Version: 3.0.0 Release: 1 Group: Applications/Internet Source: http://rsync.samba.org/ftp/rsync/rsync-%{version}.tar.gz @@ -45,5 +45,5 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man5/rsyncd.conf.5* %changelog -* Tue Feb 19 2008 Wayne Davison -Released 3.0.0pre10. +* Sat Mar 01 2008 Wayne Davison +Released 3.0.0. diff --git a/rsync.h b/rsync.h index 5626c96d..5ac914fe 100644 --- a/rsync.h +++ b/rsync.h @@ -94,7 +94,7 @@ /* This is used when working on a new protocol version in CVS, and should * be a new non-zero value for each CVS change that affects the protocol. * It must ALWAYS be 0 when the protocol goes final! */ -#define SUBPROTOCOL_VERSION 17 +#define SUBPROTOCOL_VERSION 0 /* We refuse to interoperate with versions that are not in this range. * Note that we assume we'll work with later versions: the onus is on diff --git a/rsync.yo b/rsync.yo index a67859cf..da3a7efb 100644 --- a/rsync.yo +++ b/rsync.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsync)(1)(19 Feb 2008)()() +manpage(rsync)(1)(1 Mar 2008)()() manpagename(rsync)(a fast, versatile, remote (and local) file-copying tool) manpagesynopsis() @@ -2864,7 +2864,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/) manpagesection(VERSION) -This man page is current for version 3.0.0pre10 of rsync. +This man page is current for version 3.0.0 of rsync. manpagesection(INTERNAL OPTIONS) diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 1d3bacd2..f3653331 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsyncd.conf)(5)(19 Feb 2008)()() +manpage(rsyncd.conf)(5)(1 Mar 2008)()() manpagename(rsyncd.conf)(configuration file for rsync in daemon mode) manpagesynopsis() @@ -702,7 +702,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/) manpagesection(VERSION) -This man page is current for version 3.0.0pre10 of rsync. +This man page is current for version 3.0.0 of rsync. manpagesection(CREDITS) -- 2.34.1