summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorBreno Leitao <leitao@linux.vnet.ibm.com>2009-11-03 14:24:03 -0200
committerBreno Leitao <leitao@linux.vnet.ibm.com>2009-11-03 14:27:34 -0200
commitb49f69f3e23c9fa1cd30725c5405f552b2aceff8 (patch)
treec1470d1689e6cb17889d1a934995e041e10a8643 /NEWS
parent249534c041971db5e9f89cb11b6d38d311e91f57 (diff)
downloadsystemtap-steved-b49f69f3e23c9fa1cd30725c5405f552b2aceff8.tar.gz
systemtap-steved-b49f69f3e23c9fa1cd30725c5405f552b2aceff8.tar.xz
systemtap-steved-b49f69f3e23c9fa1cd30725c5405f552b2aceff8.zip
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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2c7ca4a6..40e22e48 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: