diff options
author | fche <fche> | 2007-08-27 20:32:53 +0000 |
---|---|---|
committer | fche <fche> | 2007-08-27 20:32:53 +0000 |
commit | 6d4a05308283e7e1575e51d074254c762533ef8b (patch) | |
tree | 864604aec0a5d7c8cc43e16f7a9b0a56ea8b51d2 /NEWS | |
parent | 3a5ee1c03bcb392982d24b1a2b9be61c137feeaa (diff) | |
download | systemtap-steved-6d4a05308283e7e1575e51d074254c762533ef8b.tar.gz systemtap-steved-6d4a05308283e7e1575e51d074254c762533ef8b.tar.xz systemtap-steved-6d4a05308283e7e1575e51d074254c762533ef8b.zip |
2007-08-27 Frank Ch. Eigler <fche@redhat.com>
PR 4817
* NEWS: Mention retirement of LKET.
* configure.ac: Remove mysql dependency.
* systemtap.spec.in: Remove glib2 dependency.
* configure, config.in: Regenerated.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,6 +13,10 @@ moved to the next statement. A silly bug that made many $target variables inaccessible to .statement() probes was also fixed. +- LKET has been retired. Please let us know on <systemtap@sourceware.org> + if you have been a user of the tapset/tools, so we can help you find + another way. + * What's new since version 0.5.14? - The way in which command line arguments for scripts are substituted has |