From 6db2f61f39669ad1f0fa23595b94ff22c8fc50d6 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Wed, 9 Sep 2009 07:28:19 -0400 Subject: PR10524: brag in NEWS --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 77873950..007d89e0 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,8 @@ * What's new +- Memory consumption for scripts involving many uprobes has been + dramatically reduced. + - The preprocessor now supports || and && in the conditions. %( arch == "x86_64" || arch == "ia64" %: ... %) -- cgit