]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
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 4d07c67a09a50909128741c7ccceac6bd8764619..7683876befa4461ac63f1a1d1bc6536962a13e48 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 9b946f788667377386cc8383bc4e491840eb575d..7a985ad80af6db6d451eaa677f5d9ac518ec04fe 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 015e1676611eb167e87c81a70b8e0c717c3437d1..ceca3b5b1c30401d2a8b2e540bf7634ca0961d80 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])