Prepare repository for more development.
authorWayne Davison <wayned@samba.org>
Sat, 12 Apr 2008 04:48:32 +0000 (21:48 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 12 Apr 2008 04:55:43 +0000 (21:55 -0700)
NEWS
OLDNEWS
configure.in

diff --git a/NEWS b/NEWS
index 4d07c67..7683876 100644 (file)
--- 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 9b946f7..7a985ad 100644 (file)
--- 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.
+
+\f
 NEWS for rsync 3.0.1 (3 Apr 2008)
 Protocol: 30 (unchanged)
 Changes since 3.0.0:
index 015e167..ceca3b5 100644 (file)
@@ -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])