Tru64 fix.
[rsync/rsync.git] / NEWS
diff --git a/NEWS b/NEWS
index de01d4a..581c86c 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -15,6 +15,9 @@ Changes since 2.6.0:
       transfer we are, including both a count of files transferred
       and a percentage of the total file-count that we're processed.
 
       transfer we are, including both a count of files transferred
       and a percentage of the total file-count that we're processed.
 
+    * The configure script now accepts --with-rsyncd-conf=PATH
+      to override the default value of the /etc/rsyncd.conf file.
+
   BUG FIXES:
 
     * When -x (--one-file-system) is combined with -L (--copy-links)
   BUG FIXES:
 
     * When -x (--one-file-system) is combined with -L (--copy-links)
@@ -64,6 +67,15 @@ Changes since 2.6.0:
       rsync no longer attempts to set groups that the user doesn't
       have the permission to set.
 
       rsync no longer attempts to set groups that the user doesn't
       have the permission to set.
 
+    * Fixed the "refuse options" setting in the rsyncd.conf file.
+
+    * Rsync no longer discards a double-slash at the start of a filename
+      when trying to open the file.  It also no longer constructs names
+      that start with a double slash (unless the user supplied both).
+
+    * Fixed compilation problem on Tru64 Unix (having to do with
+      sockaddr.sa_len and sockaddr.sin_len).
+
   INTERNAL:
 
     * Most of the I/O is now buffered, which results in a pretty
   INTERNAL:
 
     * Most of the I/O is now buffered, which results in a pretty