diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-02-17 16:41:48 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-02-17 16:41:48 -0500 |
commit | c8bf931d80b0383f93ce335b3fb3d4237b18f8ab (patch) | |
tree | ed4020f5a6aa4473f8ef8c059062e76a0f6e2043 /NEWS | |
parent | 71f4000b1036859f4fe927f528f2d6f25507fd76 (diff) | |
download | systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.tar.gz systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.tar.xz systemtap-steved-c8bf931d80b0383f93ce335b3fb3d4237b18f8ab.zip |
version bump to 0.9 throughout
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 2 insertions, 5 deletions
@@ -1,4 +1,4 @@ -* What's new +* What's new in version 0.9 - process().mark() probes are now possible to trace static user space markers put in programs with the STAP_PROBE macro using the new @@ -35,16 +35,13 @@ 4, the client behaves like the 'stap' front end itself. This means, among other things, that the client will automatically load the resulting module on the local host unless -p[1234] - was specified. - + was specified. See stap-server(8) for more details. The client/server now use SSL for network connection security and for signing. The systemtap client and server are prototypes only. Interfaces, options and usage may change at any time. - See stap-server(8) for more details. - - function("func").label("label") probes are now supported to allow matching the label of a function. |