mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Rename magic __bro_plugin__ file to __zeek_plugin__
This commit is contained in:
parent
1a54e66b53
commit
1f415a7775
3 changed files with 8 additions and 2 deletions
6
NEWS
6
NEWS
|
@ -11,6 +11,12 @@ Breaking Changes
|
|||
|
||||
- ``assert`` is now a reserved keyword for the new ``assert`` statement.
|
||||
|
||||
- The ``__bro_plugin__`` file that gets generated as part of plugin builds was
|
||||
renamed to ``__zeek_plugin__``. This will affect the ability for older
|
||||
versions of ``zkg`` to use the ``zkg unload`` and ``zkg load`` commands. This
|
||||
should only cause breakage for people using a version of ``zkg` that doesn't
|
||||
come bundled with Zeek (which we generally don't recommend doing).
|
||||
|
||||
New Functionality
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue