diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-02-04 13:51:04 +0100 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-02-04 13:51:04 +0100 |
commit | 3ad1e1ee26ea353c75bd03fbf5adbdc56048b840 (patch) | |
tree | f08c4364ceb4b96377d32070c9daa41bef412e5c | |
parent | 4af3dcbd440986b1ce56473c076d9d73fb436ef3 (diff) | |
download | systemtap-steved-3ad1e1ee26ea353c75bd03fbf5adbdc56048b840.tar.gz systemtap-steved-3ad1e1ee26ea353c75bd03fbf5adbdc56048b840.tar.xz systemtap-steved-3ad1e1ee26ea353c75bd03fbf5adbdc56048b840.zip |
Mention SystemTap Tapset Reference Manual in NEWS.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | NEWS | 6 |
2 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2009-02-04 Mark Wielaard <mjw@redhat.com> + + * NEWS: Mention SystemTap Tapset Reference Manual. + 2009-02-03 Frank Ch. Eigler <fche@elastic.org> PR6961/9810. @@ -1,5 +1,11 @@ * What's new +- Standard tapsets included with Systemtap were modified to include + extractable documentation information based on the kernel-doc + infrastructure. When configured --enabled-docs a HTML and PDF + version of the Tapset Reference Manual is produced explaining probes + defined in each tapset. + - The systemtap client and compile server are now available. These allow you to compile a systemtap module on a host other than the one which it will be run, providing the client and server |