Fixed a problem with the xstrdup() change.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index ef198c4..038729b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,23 +1,20 @@
-rsync changes since last release
+NEWS for rsync 3.0.0 (UNRELEASED)
+Protocol: 29 (unchanged)
+Changes since 2.6.9:
 
-  ENHANCEMENTS:
+  BUG FIXES:
 
-    * "make install-strip" works.  (Greg Louis)
+    - ...
 
-    * With --progress, if we've finished transferring a file, show the
-      time taken; otherwise show expected time to complete. (Cameron
-      Simpson)
+  ENHANCEMENTS:
 
-  BUG FIXES:
+    - ...
 
-    * Fix situation where failure to fork (e.g. because out of process
-      slots) would cause rsync to kill all processes owned by the
-      current user.  Yes, really!  (Paul Haas, Martin Pool)
+  INTERNAL:
 
-    * Fix test suite on Solaris.  (Jos Backus)
+    - Upgraded the popt version to 1.10.2 and improved its use of string-
+      handling functions.
 
-    * Fix minor memory leak in socket code.  (Dave Dykstra, Martin
-      Pool.)
+  DEVELOPER RELATED:
 
-    * Fix --whole-file problem that caused it to be the default even
-      for remote connections.  (Martin Pool, Frank Schulz)
+    - ...