Mention the enhancement that was made (quite a while ago) to the
authorWayne Davison <wayned@samba.org>
Thu, 30 Sep 2004 10:46:43 +0000 (10:46 +0000)
committerWayne Davison <wayned@samba.org>
Thu, 30 Sep 2004 10:46:43 +0000 (10:46 +0000)
daemon's wildcard-expansion limit (formerly 1000 items, now memory
limited).

NEWS

diff --git a/NEWS b/NEWS
index c47a43d..23238c5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -186,6 +186,10 @@ Changes since 2.6.2:
     - Added the ability to parse a literal IPv6 address in an "rsync:" URL
       (e.g. rsync://[2001:638:500:101::21]:873/module/dir).
 
+    - The daemon's wildcard expanding code can now handle more than 1000
+      filenames (it's now limited by memory instead of having a hard-wired
+      limit).
+
   INTERNAL:
 
     - Some cleanup in the exclude code has saved some per-exclude memory