summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDavid Smith <dsmith@redhat.com>2009-12-21 21:10:25 -0600
committerDavid Smith <dsmith@redhat.com>2009-12-21 21:10:25 -0600
commit0710d8505ae1760d0908f0215a4a90c60aa64484 (patch)
tree4be73918129c464a0ccd201b7bcc5156094dccf5 /NEWS
parentb8b815b7163b3df61a7364e404a282cb17d775db (diff)
downloadsystemtap-steved-0710d8505ae1760d0908f0215a4a90c60aa64484.tar.gz
systemtap-steved-0710d8505ae1760d0908f0215a4a90c60aa64484.tar.xz
systemtap-steved-0710d8505ae1760d0908f0215a4a90c60aa64484.zip
Incremented version number for release 1.1.
* NEWS: Set version number. * configure.ac: Incremented version number. * systemtap.spec: Incremented version number and added changelog entry. * testsuite/configure.ac: Ditto. * Makefile.in: Regenerated. * aclocal.m4: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto. * testsuite/aclocal.m4: Ditto. * testsuite/configure: Ditto.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 99a02fea..cf82d248 100644
--- a/NEWS
+++ b/NEWS
@@ -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