diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ -* What's new +* What's new in version 1.1 - The loading of signed modules by staprun is no longer allowed for ordinary, unprivileged users. This means that only root, members of @@ -32,8 +32,9 @@ you want to start a compile server and you are not running systemtap from a private installation. In this case you still need to use stap-start-server. -- Any output line that starts with "ERROR", as in error("foo"), will - promote a "Pass 5: run failed", and the return code is 1. +- Any diagnostic 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 |