Preparing for release of 3.0.0 v3.0.0
authorWayne Davison <wayned@samba.org>
Sat, 1 Mar 2008 20:12:04 +0000 (12:12 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 1 Mar 2008 20:12:04 +0000 (12:12 -0800)
NEWS
OLDNEWS
configure.in
packaging/lsb/rsync.spec
rsync.h
rsync.yo
rsyncd.conf.yo

diff --git a/NEWS b/NEWS
index 0edd159045e120ae0719335d1b10b91424e267a3..cce8d9dc0c562db819dac5131d30f05c95866936 100644 (file)
--- 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:
 
 Protocol: 30 (changed)
 Changes since 2.6.9:
 
diff --git a/OLDNEWS b/OLDNEWS
index a7c600c3071fd287123301f8426e242ca0333aab..0ca59e62c985977bf33cf0873e8e443bf99dde90 100644 (file)
--- a/OLDNEWS
+++ b/OLDNEWS
@@ -2244,7 +2244,7 @@ Changes since 2.4.6:
 \f
 Partial Protocol History
        RELEASE DATE    VER.    DATE OF COMMIT* PROTOCOL
 \f
 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
        06 Nov 2006     2.6.9                   29
        22 Apr 2006     2.6.8                   29
        11 Mar 2006     2.6.7                   29
index e6105423c1f140d09728b738f475dfd7be252e1b..6934014a38bbe0725b4f1de315d0271e703fdbbe 100644 (file)
@@ -5,7 +5,7 @@ AC_CONFIG_SRCDIR([byteorder.h])
 AC_CONFIG_HEADER(config.h)
 AC_PREREQ(2.59)
 
 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])
 
 AC_SUBST(RSYNC_VERSION)
 AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION])
 
index 3af7971a35c02f41f741a9de0d3b3a002e0ad061..03994010dd7efa01612dfc026ede3b454f29a433 100644 (file)
@@ -1,6 +1,6 @@
 Summary: A fast, versatile, remote (and local) file-copying tool
 Name: rsync
 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
 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
 %{_mandir}/man5/rsyncd.conf.5*
 
 %changelog
-* Tue Feb 19 2008 Wayne Davison <wayned@samba.org>
-Released 3.0.0pre10.
+* Sat Mar 01 2008 Wayne Davison <wayned@samba.org>
+Released 3.0.0.
diff --git a/rsync.h b/rsync.h
index 5626c96d6c3a56a36c99437166a0ccfdede12ffb..5ac914fe602c760e233c2b0b63497169e3d0bf15 100644 (file)
--- 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! */
 /* 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
 
 /* 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
index a67859cf437bdff73a9e59f46e2dea379d633013..da3a7efb02c5062964cde4e190a2d1cd18989c7f 100644 (file)
--- a/rsync.yo
+++ b/rsync.yo
@@ -1,5 +1,5 @@
 mailto(rsync-bugs@samba.org)
 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()
 
 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)
 
 
 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)
 
 
 manpagesection(INTERNAL OPTIONS)
 
index 1d3bacd26afd3a425a9f2b64849d84801b8e0cc4..f3653331782b935312e53ca365fa5be66d48e0f3 100644 (file)
@@ -1,5 +1,5 @@
 mailto(rsync-bugs@samba.org)
 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()
 
 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)
 
 
 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)
 
 
 manpagesection(CREDITS)