aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-08-14 08:35:48 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-08-14 08:44:04 +0300
commitb46d05edecdbf77cb37205d9d29688851c5cd94c (patch)
treea942c7193de4b7485d82fae4dd04ff0dcebd24fd /NEWS
parente0c4fa084b5d59f862276ddfa72b56b4a77babe1 (diff)
downloadcfpeek-b46d05edecdbf77cb37205d9d29688851c5cd94c.tar.gz
cfpeek-b46d05edecdbf77cb37205d9d29688851c5cd94c.tar.bz2
New option --done=expr supplies a cleanup expression.
This expression is run once, when the main loop has finished iterating over all nodes. * doc/cfpeek.1: Document the --done option. * doc/cfpeek.texi: Likewise. * NEWS: Update. * configure.ac: Version 1.1.90 * src/cfpeek.c (script_done_expr): New variable. (main): Call script_done before exiting. * src/cfpeek.h (script_done_expr): New extern (script_done, guile_done): New protos. * src/cmdline.opt (done): New option. * src/guile.c (guile_done): New function. * src/script.c (script_tab) <done>: New member. (script_tab): Fill in the new structure member. (script_done): New function.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 14 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1bda0dc..5901ec1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,10 +1,23 @@
-Cfpeek NEWS -- history of user-visible changes. 2012-03-30
+Cfpeek NEWS -- history of user-visible changes. 2012-08-14
Copyright (C) 2011, 2012 Sergey Poznyakoff
See the end of file for copying conditions.
Please send cfpeek bug reports to <bug-cfpeek@gnu.org.ua>
+Version 1.1.90 (Git)
+
+* New command line option --done (-d)
+
+This option is a counterpart of --init and supplies a cleanup
+expression, i.e. an expression that will be evaluated when the
+main loop has iterated over all nodes in the tree.
+
+* New parser: DHCPD
+
+A parser for dhcpd.conf file.
+
+
Version 1.1, 2012-03-30
* New command line option --init (-i)

Return to:

Send suggestions and report system problems to the System administrator.