aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-03-17 08:11:34 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-03-17 08:11:34 +0000
commite43ec63dd72be802b3e4d199cf3bb63311869e8d (patch)
tree410e2ba45bb96e2d08d7064eddf91bbf3be806a8 /NEWS
parentf0c33e12d40f8776e8bdfa246438390fc2ed3ff0 (diff)
downloadmailfromd-e43ec63dd72be802b3e4d199cf3bb63311869e8d.tar.gz
mailfromd-e43ec63dd72be802b3e4d199cf3bb63311869e8d.tar.bz2
* src/lex.l, src/gram.y, src/mailfromd.h, src/prog.c,
src/opcodes: Implement throw statement * src/bi_dns.m4 (match_cidr): Move into bi_ipaddr.m4 * src/bi_ipaddr.m4: New module * src/Makefile.am: Add bi_ipaddr.m4 * doc/mailfromd.texi: Initial doc for IP functions * NEWS: Update git-svn-id: file:///svnroot/mailfromd/trunk@1290 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS19
1 files changed, 18 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index bac813af..16ee4efe 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-03-15
+Mailfromd NEWS -- history of user-visible changes. 2007-03-17
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -7,6 +7,23 @@ Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
Version 3.1.91, SVN
+* Internet address manipulation functions
+
+- number ntohl (number N)
+- number htonl (number N)
+- number ntohs (number N)
+- number htons (number N)
+- number inet_aton (string S)
+- string inet_ntoa (number N)
+- number len_to_netmask (number N)
+- number netmask_to_len (number N)
+
+* New statement `throw'
+
+The `throw' statement throws the given exception. For example:
+
+ throw invcidr "invalid CIDR (%cidr)"
+
* New command line option -v (--variable) allows to alter initial value of a
global variable, e.g:

Return to:

Send suggestions and report system problems to the System administrator.