Fixed a problem with the xstrdup() change.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 0d1fc6a..038729b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,18 +1,20 @@
-rsync 2.5.3 (not released yet)
+NEWS for rsync 3.0.0 (UNRELEASED)
+Protocol: 29 (unchanged)
+Changes since 2.6.9:
 
-  SECURITY FIXES:
+  BUG FIXES:
 
-    * Make sure that supplementary groups are removed from a server
-      process after changing uid and gid. (Ethan Benson)
+    - ...
 
   ENHANCEMENTS:
 
-    * Command to initiate connections is only shown with -vv, rather
-      than -v as in 2.5.2.  Output from plain -v is more similar to
-      what was historically used so as not to break scripts that try
-      to parse the output.
+    - ...
 
-    * Added --no-whole-file and --no-blocking-io options (Dave Dykstra)
+  INTERNAL:
 
-    * Made the --write-batch and --read-batch options actually work
-       and added documentation in the man page (Jos Backus)
+    - Upgraded the popt version to 1.10.2 and improved its use of string-
+      handling functions.
+
+  DEVELOPER RELATED:
+
+    - ...