diff options
author | Wayne Davison <wayned@samba.org> | 2006-04-22 15:39:57 +0000 |
---|---|---|
committer | Wayne Davison <wayned@samba.org> | 2006-04-22 15:39:57 +0000 |
commit | 4177f09b83e3ac2e2556d1db04568ab2d600852c (patch) | |
tree | d7a26aef6a43e90159ea2e97e763fd6d816689d9 | |
parent | acaadb55c13410108850bbc26d35f9a82a5024c6 (diff) | |
download | rsync-4177f09b83e3ac2e2556d1db04568ab2d600852c.tar.gz rsync-4177f09b83e3ac2e2556d1db04568ab2d600852c.tar.bz2 rsync-4177f09b83e3ac2e2556d1db04568ab2d600852c.zip |
Preparing for release of 2.6.8v2.6.8
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | OLDNEWS | 2 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | packaging/lsb/rsync.spec | 2 | ||||
-rw-r--r-- | rsync.yo | 4 | ||||
-rw-r--r-- | rsyncd.conf.yo | 4 |
6 files changed, 8 insertions, 8 deletions
@@ -1,4 +1,4 @@ -NEWS for rsync 2.6.8 (UNRELEASED) +NEWS for rsync 2.6.8 (22 Apr 2006) Protocol: 29 (unchanged) Changes since 2.6.7: @@ -2013,7 +2013,7 @@ Changes since 2.4.6: Partial Protocol History RELEASE DATE VER. DATE OF COMMIT* PROTOCOL - ?? Apr 2006 2.6.8 29 + 22 Apr 2006 2.6.8 29 11 Mar 2006 2.6.7 29 28 Jul 2005 2.6.6 29 01 Jun 2005 2.6.5 29 diff --git a/configure.in b/configure.in index 8ea15ea9..5f93bc25 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=2.6.8pre1 +RSYNC_VERSION=2.6.8 AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) diff --git a/packaging/lsb/rsync.spec b/packaging/lsb/rsync.spec index 5667e6ef..eae14604 100644 --- a/packaging/lsb/rsync.spec +++ b/packaging/lsb/rsync.spec @@ -1,6 +1,6 @@ Summary: A program for synchronizing files over a network. Name: rsync -Version: 2.6.8pre1 +Version: 2.6.8 Release: 1 Group: Applications/Internet Source: ftp://rsync.samba.org/pub/rsync/rsync-%{version}.tar.gz @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsync)(1)(12 Apr 2006)()() +manpage(rsync)(1)(22 Apr 2006)()() manpagename(rsync)(faster, flexible replacement for rcp) manpagesynopsis() @@ -2499,7 +2499,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/) manpagesection(VERSION) -This man page is current for version 2.6.8pre1 of rsync. +This man page is current for version 2.6.8 of rsync. manpagesection(CREDITS) diff --git a/rsyncd.conf.yo b/rsyncd.conf.yo index 5622ba14..746ec329 100644 --- a/rsyncd.conf.yo +++ b/rsyncd.conf.yo @@ -1,5 +1,5 @@ mailto(rsync-bugs@samba.org) -manpage(rsyncd.conf)(5)(12 Apr 2006)()() +manpage(rsyncd.conf)(5)(22 Apr 2006)()() manpagename(rsyncd.conf)(configuration file for rsync in daemon mode) manpagesynopsis() @@ -591,7 +591,7 @@ url(http://rsync.samba.org/)(http://rsync.samba.org/) manpagesection(VERSION) -This man page is current for version 2.6.8pre1 of rsync. +This man page is current for version 2.6.8 of rsync. manpagesection(CREDITS) |