A couple more NEWS items.
authorWayne Davison <wayned@samba.org>
Sat, 3 Jul 2010 16:30:44 +0000 (09:30 -0700)
committerWayne Davison <wayned@samba.org>
Sat, 3 Jul 2010 16:30:44 +0000 (09:30 -0700)
NEWS

diff --git a/NEWS b/NEWS
index 44552a47ec4b4840a24957f118311f107674d63f..f53d70d51af4f2abbfb09a2731bfd410838f8258 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -28,6 +28,8 @@ Changes since 3.0.7:
       hashing is working right, and to supply more information if the hard-link
       code fails.
 
+    - Improved the unsafe-symlink errors messages.
+
     - Fix the popt arg parsing so that an option that doesn't take an arg will
       reject an attempt to supply and arg.
 
@@ -36,10 +38,12 @@ Changes since 3.0.7:
 
     - A few manpage improvements.
 
-    - A couple fixes to the socketpair_tcp() routine.
-
   DEVELOPER RELATED:
 
+    - Use lchmod() whenever it is available (not just on symlinks).
+
+    - A couple fixes to the socketpair_tcp() routine.
+
     - Updated the helper scripts in the packaging subdirectory.
 
     - Renamed configure.in to configure.ac.