Mention the latest changes.
authorWayne Davison <wayned@samba.org>
Fri, 29 Jul 2005 18:48:58 +0000 (18:48 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 29 Jul 2005 18:48:58 +0000 (18:48 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b439830..35b0d0b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -21,3 +21,11 @@ Changes since 2.6.6:
       and "post-xfer exec".  These allow a command to be specified on a
       per-module basis that will be run before and/or after a daemon-mode
       transfer. 
+
+  INTERNAL:
+
+    - Some buffer sizes were expanded a bit, particularly on systems where
+      MAXPATHLEN is overly small (e.g. cygwin).
+
+    - If io_printf() tries to format more data than fits in the buffer, exit
+      with an error instead of transmitting a truncated buffer.