Add NEWS entries for submodule moves

This commit is contained in:
Tim Wojtulewicz 2025-08-19 15:54:05 -07:00
parent 95ea468db1
commit 469bd8d562

9
NEWS
View file

@ -16,6 +16,15 @@ Breaking Changes
- The ``&optional`` script attribute will now error when applied to anything that's - The ``&optional`` script attribute will now error when applied to anything that's
not a record field. Previously, this would have surprising behavior. not a record field. Previously, this would have surprising behavior.
- The BinPAC, Bifcl, and Gen-ZAM tools have all moved directly into the Zeek repo, which
should ease maintenance on them a bit. They were moved from the ``auxil`` directory to the
tools directory. Along with this, the ``--gen-zam`` argument for ``configure`` was
removed and the internal version will always be used.
- The zeek-af_packet-plugin git submodule was moved directly into the Zeek repo. This used
to live in the ``auxil`` directory, after having moved there from an external plugin.
It is now built as part of main Zeek build whenever building on Linux.
New Functionality New Functionality
----------------- -----------------