From 683b62c034369da0778dbfe557f44a2ca73f76d4 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 3 Oct 2007 13:14:31 +0000 Subject: * mention error probes --- NEWS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 82be2768..ff6f1370 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,11 @@ -* What's new since version 0.5.15? +* What's new in version 0.6 / since version 0.5.15? + +- You can add error-handling probes to a script, which are run if a + script was stopped due to errors. In such a case, "end" probes are + not run, but "error" ones are. + + probe error { println ("oops, errors encountered; here's a report anyway") + foreach (coin in mint) { println (coin) } } - New security model. To install a systemtap kernel module, a user must be one of the following: the root user; a member of the -- cgit