aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-06-30 14:00:21 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-06-30 14:00:21 +0000
commit8ad300671fad36e3391d35b4ff705bd3e43421a3 (patch)
tree72f16684343f8fe62097a9b90ead99bd8dfe8c1e
parent0a8bb58c1241d306ac2efa7c87dd7793229ed70d (diff)
downloadmailfromd-8ad300671fad36e3391d35b4ff705bd3e43421a3.tar.gz
mailfromd-8ad300671fad36e3391d35b4ff705bd3e43421a3.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/branches/v_1_0@239 7a8a7f39-df28-0410-adc6-e0d955640f24
-rw-r--r--NEWS35
1 files changed, 34 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 55686c50..27183813 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,42 @@
-Mailfromd NEWS -- history of user-visible changes. 2006-02-08
+Mailfromd NEWS -- history of user-visible changes. 2006-06-30
Copyright (C) 2005, 2006 Sergey Poznyakoff
See the end of file for copying conditions.
Please send radius bug reports to <bug-mailfromd@gnu.org.ua>
+Version 1.4.91 - CVS
+
+* New options:
+ --dump-grammar-trace Dump grammar traces when parsing the
+ config
+ --dump-lex-trace Dump lexical analizer traces when parsing the
+ config
+ --dump-tree Dump parser tree
+
+* Configuration file
+
+** New conditional `validuser' returns true if the username part of its
+argument (which should be a valid email address or user name) is a
+valid user name, i.e. the mu_get_auth_by_name call returns non-null
+value for this user.
+
+** New constructs:
+
+1. Define a function `foo':
+
+function foo
+do
+...
+done
+
+2. Call the function:
+
+call foo
+
+Both are meant as a simple way to structure configuration
+files. Passing arguments and returning a value is not supported.
+
+
Version 1.4.90 - CVS
* Require CVS mailutils.

Return to:

Send suggestions and report system problems to the System administrator.