mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Merge branch 'topic/christian/news-additions'
* topic/christian/news-additions: Some NEWS updates for 6.2 [skip ci]
This commit is contained in:
commit
1f2821dfe3
3 changed files with 24 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
6.2.0-dev.525 | 2024-02-07 09:36:18 -0800
|
||||||
|
|
||||||
|
* Some NEWS updates for 6.2 (Christian Kreibich, Corelight)
|
||||||
|
|
||||||
6.2.0-dev.523 | 2024-02-07 13:14:40 +0100
|
6.2.0-dev.523 | 2024-02-07 13:14:40 +0100
|
||||||
|
|
||||||
* websocket: Implement Spicy's unmask in C++ (Arne Welzel, Corelight)
|
* websocket: Implement Spicy's unmask in C++ (Arne Welzel, Corelight)
|
||||||
|
|
18
NEWS
18
NEWS
|
@ -190,6 +190,20 @@ New Functionality
|
||||||
- A new ``NetControl::rule_added_policy`` hook has been introduced to allow modification
|
- A new ``NetControl::rule_added_policy`` hook has been introduced to allow modification
|
||||||
of NetControl rules after they have been added.
|
of NetControl rules after they have been added.
|
||||||
|
|
||||||
|
- The IP geolocation / ASN lookup features in the script layer provide better
|
||||||
|
configurability. The file names of MaxMind databases are now configurable via
|
||||||
|
the new ``mmdb_city_db``, ``mmdb_country_db``, and ``mmdb_asn_db`` constants,
|
||||||
|
and the previously hardwired fallback search path when not using an
|
||||||
|
``mmdb_dir`` value is now adjustable via the ``mmdb_dir_fallbacks``
|
||||||
|
vector. Databases opened explicitly via the ``mmdb_open_location_db`` and
|
||||||
|
``mmdb_open_asn_db`` functions now behave more predictably when updated or
|
||||||
|
removed. For details, see:
|
||||||
|
https://docs.zeek.org/en/master/customizations.html#address-geolocation-and-as-lookups
|
||||||
|
|
||||||
|
- The ``zeek-config`` script now provides a set of ``--have-XXX`` checks for
|
||||||
|
features optionally compiled in. Each check reports "yes"/"no" to stdout and
|
||||||
|
exits with 0/1, respectively.
|
||||||
|
|
||||||
Changed Functionality
|
Changed Functionality
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
@ -220,6 +234,10 @@ Changed Functionality
|
||||||
plugin took an action. The logs also contain information when errors or existing
|
plugin took an action. The logs also contain information when errors or existing
|
||||||
rules are encountered.
|
rules are encountered.
|
||||||
|
|
||||||
|
- The ``Cluster::PoolSpec`` record no longer provides default values for its
|
||||||
|
``topic`` and ``node_type`` fields, since defaults don't fit their intended
|
||||||
|
use and looked confusing in generated documentation.
|
||||||
|
|
||||||
Removed Functionality
|
Removed Functionality
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
6.2.0-dev.523
|
6.2.0-dev.525
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue