mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'issues/152' of https://github.com/JonZeolla/bro into dev/2.7
* 'issues/152' of https://github.com/JonZeolla/bro: Bro plugins should support a patch version (x.y.z)
This commit is contained in:
commit
92739c1b44
31 changed files with 100 additions and 28 deletions
9
NEWS
9
NEWS
|
@ -19,6 +19,15 @@ New Functionality
|
|||
- dns_NSEC
|
||||
- dns_NSEC3
|
||||
|
||||
- Bro's Plugin framework now allows a patch version. If a patch version is not
|
||||
provided, it will default to 0. To specify this, modify the plugin
|
||||
Configuration class in your ``src/Plugin.cc` and set
|
||||
``config.version.patch``. Note that the default plugin skeleton
|
||||
includes a unit test whose Baseline has the plugin version number in
|
||||
it and that will now fail due to the version number now including a
|
||||
patch number. For those that want to keep the unit test, simply adapt
|
||||
the unit test/baseline to include the new plugin patch number.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue