summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS13
-rw-r--r--OLDNEWS20
-rw-r--r--configure.in2
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])