Jori Hamalainen's patch to speed up exigrep, and fix two typos.
[users/heiko/exim.git] / doc / doc-txt / NewStuff
index b05db458aacb4e393116e2e0b830fa987dbba940..04177227d7447d992442c7f83bed0d949a4e6f32 100644 (file)
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.138 2007/02/06 12:19:27 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.140 2007/02/07 12:23:35 ph10 Exp $
 
 New Features in Exim
 --------------------
@@ -282,6 +282,16 @@ Version 4.67
     The value is expanded every time it is needed. If the expansion fails, a
     panic is logged, and the default setting is used.
 
+14. The smtp transport has a new option called hosts_avoid_pipelining. It can
+    be used to suppress the use of PIPELINING to certain hosts, while still
+    supporting the other SMTP extensions (cf hosts_avoid_tls).
+
+15. By default, exigrep does case-insensitive matches. There is now a -I option
+    that makes it case-sensitive. This may give a performance improvement when
+    searching large log files. Without -I, the Perl pattern matches use the /i
+    option; with -I they don't. In both cases it is possible to change the case
+    sensitivity within the pattern using (?i) or (?-i).
+
 
 Version 4.66
 ------------