From: Breno Leitao Date: Tue, 3 Nov 2009 16:24:03 +0000 (-0200) Subject: I forgot to change the NEWS file when commiting X-Git-Tag: release-1.0.9~83^2~1 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=b49f69f3e23c9fa1cd30725c5405f552b2aceff8;p=systemtap.git I forgot to change the NEWS file when commiting 249534c041971db5e9f89cb11b6d38d311e91f57, and this commit just adds a line in the NEWS file explaining the commmit above --- diff --git a/NEWS b/NEWS index 2c7ca4a6a..40e22e488 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ * What's new +- Any output line that starts with "ERROR", as in error("foo"), will + promote a "Pass 5: run failed", and the return code is 1. + - Systemtap now warns about global variables being referenced from other script files. This aims to protect against unintended local-vs-global namespace collisions such as: