diff --git a/systemtap-0.9.8.tar.bz2 b/systemtap-0.9.8.tar.bz2 deleted file mode 100644 index 93efde9..0000000 --- a/systemtap-0.9.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f09abe328dc580dece820530c876a22f343168882d9f1c4eea2244325dbf5e5 -size 1124819 diff --git a/systemtap-0.9.9.tar.bz2 b/systemtap-0.9.9.tar.bz2 new file mode 100644 index 0000000..38f3a14 --- /dev/null +++ b/systemtap-0.9.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c57c639399982ad2d0f6e903066397a7cac0b99babdaa611901b5d3083ffabb6 +size 1172877 diff --git a/systemtap-docs.spec b/systemtap-docs.spec index da7781f..9501344 100644 --- a/systemtap-docs.spec +++ b/systemtap-docs.spec @@ -1,5 +1,5 @@ # -# spec file for package systemtap-docs (Version 0.9.8) +# spec file for package systemtap-docs (Version 0.9.9) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -28,8 +28,8 @@ BuildRequires: latex2html %endif %define use_snapshot 0 License: GPL v2 or later -Version: 0.9.8 -Release: 2 +Version: 0.9.9 +Release: 1 Summary: Documents and examples for systemtap Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/ diff --git a/systemtap.changes b/systemtap.changes index 782616d..8a4555d 100644 --- a/systemtap.changes +++ b/systemtap.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Thu Aug 13 15:55:14 CEST 2009 - tiwai@suse.de + +- updated to version 0.9.9: + * Systemwide kernel .function.return (kretprobe) maxactive overridden + with -DKRETACTIVE=nnn parameter. + * performance improvement in translation pass 2 + * new DW_OP_call_frame_CFA handling with elfutils 0.142 + * dwarf probes now show parameters and local variables in the verbose + listing mode (-L) + * symbol aliases are now resolved to their canonical dwarf names + * The syntax for dereferencing $target variables and @cast() gained new + capabilities + * For reading all probe variables, kernel.mark now supports $$vars and + $$parms, and process.syscall now supports $$vars. + * SNMP tapset for many network statistics + * dentry tapset to map kernel VFS directory entries to file or full + path names: d_path(), d_name() and reverse_path_walk(). + * SystemTap now has userspace markers in its own binaries + * More to see in NEWS + ------------------------------------------------------------------- Tue Jul 21 08:47:11 CEST 2009 - tiwai@suse.de diff --git a/systemtap.spec b/systemtap.spec index fd315fa..62866e8 100644 --- a/systemtap.spec +++ b/systemtap.spec @@ -1,5 +1,5 @@ # -# spec file for package systemtap (Version 0.9.8) +# spec file for package systemtap (Version 0.9.9) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -23,8 +23,8 @@ BuildRequires: gcc-c++ glib2-devel libcap-devel libebl-devel pkg-config sqlite- BuildRequires: mozilla-nspr-devel mozilla-nss-devel mozilla-nss-tools %define use_snapshot 0 License: GPL v2 or later -Version: 0.9.8 -Release: 2 +Version: 0.9.9 +Release: 1 Summary: Instrumentation System Group: Development/Tools/Debuggers Url: http://sourceware.org/systemtap/