Add NEWS entry for the CMake changes

This commit is contained in:
Dominik Charousset 2023-04-13 22:31:05 +02:00
parent 9aeed5284d
commit 2704934267

7
NEWS
View file

@ -195,6 +195,13 @@ Changed Functionality
live packet sources. This should lower CPU usage for deployments with live packet sources. This should lower CPU usage for deployments with
non-selectable packet sources. non-selectable packet sources.
- Zeek's CMake scaffolding has received an overhaul for modernizing the build
system and to make it easier to maintain going forward. Plugins can now use a
declarative interface for adding all sources, BIFs, etc. in one block instead
of using the previous begin/end functions. However, the old functions still
exist for backwards compatibility. Since Zeek uses newer CMake features now,
plugin authors should also raise their minimum required CMake version to 3.15.
Removed Functionality Removed Functionality
--------------------- ---------------------