Merge remote-tracking branch 'origin/topic/awelzel/zeekygen-disable-cluster-experimental'

* origin/topic/awelzel/zeekygen-disable-cluster-experimental:
  zeekygen: Disable Cluster::Experimental module
This commit is contained in:
Arne Welzel 2024-12-13 12:59:08 +01:00
commit 8d09a404f2
3 changed files with 10 additions and 1 deletions

View file

@ -1,3 +1,11 @@
7.1.0-dev.816 | 2024-12-13 12:59:08 +0100
* zeekygen: Disable Cluster::Experimental module (Arne Welzel, Corelight)
The nodes-experimental/manager.zeek file ends up calling Broker::publish()
unconditionally, resulting in a warning. Skip running that code when
generating documentation.
7.1.0-dev.814 | 2024-12-13 10:57:19 +0100
* BTest updates in support of compiling-scripts-to-C++ (Vern Paxson, Corelight)