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:
Jon Siwek 2018-10-03 14:32:10 -05:00
commit 92739c1b44
31 changed files with 100 additions and 28 deletions

9
NEWS
View file

@ -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
---------------------