From: Frank Ch. Eigler Date: Tue, 6 Jan 2015 19:39:26 +0000 (-0500) Subject: NEWS: mention _best keyword sample scripts X-Git-Tag: release-2.7~119 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=bf38b31c425ed9c558d95645a68705f61c1e7195;p=systemtap.git NEWS: mention _best keyword sample scripts --- diff --git a/NEWS b/NEWS index 10ab989f0..1a120fdba 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,9 @@ * What's new in version 2.7 +- Some systemtap sample scripts are now identified with the "_best" keyword, + because they are generally useful or educational. They are now promoted + within the generated index files. + - Passing strings to and from functions has become faster due to optimization (passing some strings by reference instead of by value/copy). It may be disabled by using the unoptimize flag (-u).