From: Thomas Markwalder Date: Fri, 14 Jun 2024 21:09:55 +0000 (-0400) Subject: [#3328] Added ChangeLog X-Git-Tag: Kea-2.7.0~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c7da65347e41e1421265b7a676bdd5b4469874e;p=thirdparty%2Fkea.git [#3328] Added ChangeLog --- diff --git a/ChangeLog b/ChangeLog index ea81c86098..cb1b7c435d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2254. [func] tmark + Added two API commands to Perfmon hook library: + "perfmon-control" which can be used to enable + or disable monitoring and reporting at runtime; + and "perfmon-get-all-durations" which fetches + a snapshot of raw performance data. + (Gitlab #3328) + 2253. [func] fdupont Added the predicate token "match" which evaluates regular expression matching to classification expression.