mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 12:08:20 +00:00
Update NEWS about plugin breakage from the include-file changes
This commit is contained in:
parent
4a7da2669c
commit
5171f25e3a
1 changed files with 6 additions and 0 deletions
6
NEWS
6
NEWS
|
@ -118,6 +118,12 @@ Changed Functionality
|
||||||
packet sources, which should remain functional with little to no
|
packet sources, which should remain functional with little to no
|
||||||
changes, since the entirety of the changes should be in ``PktSrc``.
|
changes, since the entirety of the changes should be in ``PktSrc``.
|
||||||
|
|
||||||
|
- Remove a large number of headers from being included by various files across
|
||||||
|
the entire code base, which leads to a sizeable build time improvement. This
|
||||||
|
set of changes has the potential to cause plugins to not build anymore. The
|
||||||
|
fixes for this potential breakage should just be a matter of including the
|
||||||
|
necessary headers in the plugin code.
|
||||||
|
|
||||||
Removed Functionality
|
Removed Functionality
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue