From da9aefa6b42cba4ef540ec03ebd9ce0c466264fb Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 11 Apr 2008 21:48:32 -0700 Subject: [PATCH] Prepare repository for more development. --- NEWS | 13 +++++-------- OLDNEWS | 20 ++++++++++++++++++++ configure.in | 2 +- 3 files changed, 26 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 4d07c67a..7683876b 100644 --- a/NEWS +++ b/NEWS @@ -1,18 +1,15 @@ -NEWS for rsync 3.0.2 (8 Apr 2008) +NEWS for rsync 3.0.3 (UNRELEASED) Protocol: 30 (unchanged) -Changes since 3.0.1: +Changes since 3.0.2: BUG FIXES: - - Fixed a potential buffer overflow in the xattr code. + - ... ENHANCEMENTS: - - None. + - ... DEVELOPER RELATED: - - The RPM spec file was improved to install more useful files. - - - A few developer-oriented scripts were moved from the support dir - to the packaging dir. + - Fixed a testcase failure if the tests are run as root. diff --git a/OLDNEWS b/OLDNEWS index 9b946f78..7a985ad8 100644 --- a/OLDNEWS +++ b/OLDNEWS @@ -1,3 +1,23 @@ +NEWS for rsync 3.0.2 (8 Apr 2008) +Protocol: 30 (unchanged) +Changes since 3.0.1: + + BUG FIXES: + + - Fixed a potential buffer overflow in the xattr code. + + ENHANCEMENTS: + + - None. + + DEVELOPER RELATED: + + - The RPM spec file was improved to install more useful files. + + - A few developer-oriented scripts were moved from the support dir + to the packaging dir. + + NEWS for rsync 3.0.1 (3 Apr 2008) Protocol: 30 (unchanged) Changes since 3.0.0: diff --git a/configure.in b/configure.in index 015e1676..ceca3b5b 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.2 +RSYNC_VERSION=3.0.3dev AC_SUBST(RSYNC_VERSION) AC_MSG_NOTICE([Configuring rsync $RSYNC_VERSION]) -- 2.34.1