From 0f4e0b6fed0ee334cf33073be381ee22925b59a7 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Mon, 21 Dec 2009 20:37:01 -0500 Subject: NEWS entry for client/server/cert tools reorg. --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 408d638d..99a02fea 100644 --- a/NEWS +++ b/NEWS @@ -18,6 +18,20 @@ See initscript/README.stap-server for details. +- Some of the of the compile server client, server and certificate + management tools have been moved from $bindir to $libexecdir/systemtap. + You should use the new stap-server script or the stap-server initscript + for server management where possible. The stap-server script provides the same + functionality as the stap-server initscript except that the servers are + run by the invoking user by default as opposed to servers started by the + stap-server initscript which are run by the user stap-server + by default. See stap-server(8) for more information. + + You may continue to use these tools by adding $libexecdir/systemtap to + your path. You would need to do this, for example, if you are not root, + 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. -- cgit From 0710d8505ae1760d0908f0215a4a90c60aa64484 Mon Sep 17 00:00:00 2001 From: David Smith Date: Mon, 21 Dec 2009 21:10:25 -0600 Subject: 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. --- NEWS | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'NEWS') 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 -- cgit From d5d6f6f18b4ed3e2cd02b6a6a0740938582df89b Mon Sep 17 00:00:00 2001 From: Rajasekhar Duddu Date: Tue, 22 Dec 2009 12:10:24 +0530 Subject: Tracepoint based tapset for memory - changes to NEWS and tapset/memory.stp that got left out in earlier commit 0c487e433fd6343e49b1e9dbc6492f38cfe26143. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index cf82d248..a23d56a1 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ * What's new in version 1.1 +- New tracepoint based tapset for memory subsystem. + - The loading of signed modules by staprun is no longer allowed for ordinary, unprivileged users. This means that only root, members of the group 'stapdev' and members of the group 'stapusr' can load -- cgit