aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-04-20 09:09:46 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-04-20 09:09:46 +0000
commitf0992a40ee322ea27371ed6b81dce893cb8cd4d8 (patch)
tree8f216ae0aab3d309178816df14f4a8d31c2caf8f /NEWS
parent5d78549a3171c8d058f1485e5cbc6f3d74770c9a (diff)
downloadmailfromd-f0992a40ee322ea27371ed6b81dce893cb8cd4d8.tar.gz
mailfromd-f0992a40ee322ea27371ed6b81dce893cb8cd4d8.tar.bz2
Implement asyncronous syslog
git-svn-id: file:///svnroot/mailfromd/trunk@1368 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 16 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 6e68fc69..8398d6fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,2 +1,2 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-04-18
+Mailfromd NEWS -- history of user-visible changes. 2007-04-20
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
@@ -9,2 +9,13 @@ Version 3.1.91, SVN
+* Non-blocking syslog
+
+This version is shipped with non-blocking syslog implementation by
+Simon Kelley. You may wish to enable it if you noticed that the
+number of mailfromd processes grows uncontrollably and the processes
+are hung for prolonged amounts of time. Usually this indicates that
+the daemon blocks in syslog() calls. Read the description of
+`--enable-syslog-async' option in chapter `Building' for the detailed
+discussion of this (try `info -f doc/mailfromd.info --index-search
+syslog-async').
+
* SPF support
@@ -29,3 +40,3 @@ For compatibility with the previous versions, its use outside of a
loop statement is still allowed, but a warning is issued. You are
-enouraged to replace all occurrances of `next' in your confifuration
+encouraged to replace all occurrences of `next' in your configuration
scripts with `pass'.
@@ -212,3 +223,3 @@ an error message.
-DNS functions are reemplemented in two layers:
+DNS functions are reimplemented in two layers:
@@ -238,3 +249,3 @@ To use the traditional calls, include file "dns.mf".
-This function has been reemplemented in MFL. To use it, include
+This function has been reimplemented in MFL. To use it, include
"match_cidr.mf".
@@ -321,3 +332,3 @@ The bug manifested itself with the following log messages:
** Fix coredumps on printing void returns with --dump-tree
-** Fix coredumps on optimising conditionals like
+** Fix coredumps on optimizing conditionals like

Return to:

Send suggestions and report system problems to the System administrator.