diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -1,3 +1,10 @@ +* What's new +- In order to limit potential impact from future security problems, + the stap-server process does not permit its being launched as root. + +- New : systemtap now supports probes for Hardware Breakpoints on x86 + and x86_64. For syntax details, see man page for stapprobes. + * What's new in version 1.1 - New tracepoint based tapset for memory subsystem. @@ -20,8 +27,8 @@ 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. +- Some 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 |