Check SIZEOF_LONG_LONG instead of HAVE_LONG_LONG.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index 7725b48..f44920d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -13,12 +13,9 @@ Changes since 2.6.3:
       being pushed (since the stats come from the sending side).
       (Requires protocol 29 for a pull.)
 
-    - The default "log format" for a daemon rsync with "transfer logging"
-      enabled has changed to put the file size prior to the file name and
-      also to add the destination of a symlink (e.g. "foo -> bar").  The
-      rsyncstats perl script was updated to handle this (it's now in the
-      "support" directory).  If you depend on the old format, just set it
-      in your rsyncd.conf file.
+    - The "%o" (operation) value now has a third value besides "send" and
+      "recv": "del." (with trailing dot to make it 4 chars).  This changes
+      the way deletions are logged in the daemon's log file.
   
   BUG FIXES:
 
@@ -72,6 +69,12 @@ Changes since 2.6.3:
       if the block-size for a file was large enough (i.e. rsync might have
       exited with an error for large files).
 
+    - Fixed a bug that would sometimes surface when using --compress and
+      sending a file with a block-size larger than 64K (either manually
+      specified, or computed due to the file being really large).  Prior
+      versions of rsync would sometimes fail to to decompress the data
+      properly, and thus the transferred file would fail its verification.
+
     - If a daemon can't open the specified log file (i.e. syslog is not
       being used), die without crashing.  We also output an error about
       the failure on stderr (which will only be seen if --no-detach was
@@ -81,6 +84,10 @@ Changes since 2.6.3:
       (since the forked process already has a copy of the exclude list,
       there's no need to send them a set of duplicates).
 
+    - When --progress is specified, the output of items that the generator
+      is creating (e.g. dirs, symlinks) is now integrated into the progress
+      output without overlapping it.
+
   ENHANCEMENTS:
 
     - Rsync now supports popt's option aliases, which means that you can
@@ -189,6 +196,13 @@ Changes since 2.6.3:
       it needs the new file-sorting order.  (Promoted from patches dir
       and enhanced.)
 
+    - Added the --remove-sent-files option, which lets you move files
+      between systems.
+
+    - When building under windows, the default for --daemon is now to
+      avoid detaching, requiring the new --detach option to force rsync
+      to detach.
+
     - Improved the option descriptions in the --help text.
 
   SUPPORT FILES: