aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS21
1 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c842f888..6abbc79b 100644
--- a/NEWS
+++ b/NEWS
@@ -120,6 +120,9 @@ consists of:
The same output can be obtained by calling function stack_trace()
in your filter program.
+See the documentation, section `Runtime Errors', for the detailed
+description and examples.
+
* connect handler
Connect handler is implemented.
@@ -210,6 +213,15 @@ track of the included files. If the requested file has already been
included, `#include_once' returns silently, while `#include' issues
an error message.
+* New statement #require
+
+Requires use of the named module, e.g.:
+
+#require dns
+
+See the documentation, section `Modules', for the description of MFL
+module system.
+
* Internet address manipulation functions
- number ntohl (number N)
@@ -325,7 +337,12 @@ you can write
New built-in macro `__statedir__' expands to the name of the default
program state directory.
-
+
+* Changing state directory at run-time
+
+It is possible using `--state-directory' command line option or
+`#pragma option state-directory' statement.
+
* Bugfixes
** Fix incorrect packet length calculation in connect Milter handler.
The bug manifested itself with the following log messages:
@@ -364,7 +381,7 @@ makes function `sa_wrapper' limited for use in `prog eom' only.
** Fix passing of string handler arguments between handlers, as in
prog helo
- do
+ do
set x $1
done

Return to:

Send suggestions and report system problems to the System administrator.