diff options
-rw-r--r-- | NEWS | 13 | ||||
-rw-r--r-- | OLDNEWS | 20 | ||||
-rw-r--r-- | configure.in | 2 |
3 files changed, 26 insertions, 9 deletions
@@ -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. @@ -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]) |