Mention latest changes.
authorWayne Davison <wayned@samba.org>
Tue, 21 Nov 2006 19:08:59 +0000 (19:08 +0000)
committerWayne Davison <wayned@samba.org>
Tue, 21 Nov 2006 19:08:59 +0000 (19:08 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 6d4cef2..477ec23 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -11,6 +11,9 @@ Changes since 2.6.9:
       option.  Prior versions used to output too many creation events for
       matching items.
 
+    - A negated filter rule now sends the negation option when sending the
+      filter rules.
+
   ENHANCEMENTS:
 
     - You may specify --max-delete=0 to a 3.0.0 client as long as the
@@ -27,6 +30,13 @@ Changes since 2.6.9:
     - Upgraded the included popt version to 1.10.2 and improved its use of
       string-handling functions.
 
+    - Added missing prototypes for compatibility functions from the lib dir.
+
+    - Figure out if the iconv() function has a const arg to avoid a compiler
+      warning.
+
+    - Improved the use of "const" on pointers.
+
   DEVELOPER RELATED:
 
     - ...