From 5dbcdbd68aeb8dd1fc7be3a2a1d6e928374f4b89 Mon Sep 17 00:00:00 2001 From: Dave Brolley Date: Thu, 12 May 2011 11:24:53 -0400 Subject: [PATCH] NEWS entry for new compile server implementation. --- NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/NEWS b/NEWS index 0edd922fb..c8abea5a8 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,12 @@ * What's new in version 1.5 + +- The compile server and its related tools (stap-gen-ert, stap-authorize-cert, + stap-sign-module) have been re-implemented in C++. Previously, these + components were a mix of bash scripts and C code. These changes should be + transparent to the end user with the exception of NSS certificate database + password prompting (see below). The old implementation would prompt more + than once for the same password in some situations. + - eventcount.stp now allows for event counting in the format of 'stap eventcount.stp process.end syscall.* ...', and also reports corresponding event tid's. -- 2.43.5