Fixed a problem with the xstrdup() change.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index d60b40c..038729b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
-NEWS for rsync 2.6.9 (unreleased)
+NEWS for rsync 3.0.0 (UNRELEASED)
 Protocol: 29 (unchanged)
-Changes since 2.6.8:
+Changes since 2.6.9:
 
   BUG FIXES:
 
@@ -10,6 +10,11 @@ Changes since 2.6.8:
 
     - ...
 
+  INTERNAL:
+
+    - Upgraded the popt version to 1.10.2 and improved its use of string-
+      handling functions.
+
   DEVELOPER RELATED:
 
-    - Updated config.guess and config.sub to their 2006-02-23 version.
+    - ...