From a2e05a17e2674b3841fc365899644673ab30eb1e Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Thu, 18 Aug 2022 14:47:24 -0700 Subject: [PATCH] Retroactively cover log filter predicate deprecation/removal in NEWS --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 0ebccac0a8..2b0e1ec6ce 100644 --- a/NEWS +++ b/NEWS @@ -761,6 +761,10 @@ Removed Functionality ``configure`` now returns a warning that it will be removed in v5.1 and no longer has any effect. +- The logging framework's filter records no longer provide predicate + functions. Policy hooks, introduced in Zeek 4, replace them: + https://docs.zeek.org/en/master/frameworks/logging.html#filtering-log-records + Deprecated Functionality ------------------------ @@ -1096,6 +1100,9 @@ Deprecated Functionality *e* and *p*, were named in misleading way (*e* is the modulus) and now deprecated in favor of the new *modulus* and *exponent* parameters. +- The logging framework's log filter predicates are now deprecated. Please + use the new policy hooks instead. + Zeek 3.2.0 ==========