Tony Jones 2010-09-13 19:17:45 +00:00 committed by Git OBS Bridge
parent f6c4873017
commit 215b8aea3d

View File

@ -11,9 +11,10 @@ Sun Sep 5 18:39:44 UTC 2010 - bg@novell.com
-------------------------------------------------------------------
Thu Aug 26 01:35:21 UTC 2010 - tonyj@novell.com
- Update to version 1.3
- Update from version 1.1 to version 1.3
Upstream release notes:
http://sourceware.org/ml/systemtap/2010-q3/msg00098.html
1.3: http://sourceware.org/ml/systemtap/2010-q3/msg00098.html
1.2: http://sourceware.org/ml/systemtap/2010-q1/msg00740.html
-------------------------------------------------------------------
Wed Jul 21 12:51:32 CEST 2010 - vuntz@opensuse.org
@ -21,27 +22,6 @@ Wed Jul 21 12:51:32 CEST 2010 - vuntz@opensuse.org
- Add python Requires to sdt-devel subpackage since dtrace is a
python script.
-------------------------------------------------------------------
Tue May 4 17:38:09 UTC 2010 - tonyj@novell.com
- Update to version 1.2
* Systemtap frontend (stap) changes
- tapset man pages renamed to not clash with system manpages
- user space markers no longer volatile for gcc >= 4.5.0
- new -W command line flag causes warnings to be treated as errors
- to limit future security problems, stap-server cannot be launched
as root
* Systemtap script language changes
- type-casting can now use multiple headers to resolve codependencies
- a new try/catch style construct for error handling is available
- a new @defined predicate for determining if a variable/expression
is resolvable at runtime
- adjacent string constants are now glued together
* Systemtap tapset changes
- prototype support for perf events (kernel >= 2.6.33)
- support for hardware breakpoint probes
* New script examples
-------------------------------------------------------------------
Thu Mar 11 23:56:17 UTC 2010 - tonyj@novell.com