mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 22:58:20 +00:00
Add some missing NEWS entries
This commit is contained in:
parent
fb01c8967a
commit
bc90cc0003
1 changed files with 14 additions and 0 deletions
14
NEWS
14
NEWS
|
@ -15,6 +15,11 @@ Breaking Changes
|
||||||
require at least Flex version 2.6 and its development headers, at least Bison
|
require at least Flex version 2.6 and its development headers, at least Bison
|
||||||
version 3.3, and GCC version 8.3 or Clang version 9.0 or higher.
|
version 3.3, and GCC version 8.3 or Clang version 9.0 or higher.
|
||||||
|
|
||||||
|
- The script-land ``union`` and ``timer`` types have been removed. They haven't
|
||||||
|
had any actual semantics backing them for some time and shouldn't have functioned
|
||||||
|
in any useable way. We opted to skip the deprecation cycle for these types for
|
||||||
|
that reason.
|
||||||
|
|
||||||
New Functionality
|
New Functionality
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
@ -88,6 +93,12 @@ Changed Functionality
|
||||||
- Type mismatch error messages now print the easier to understand type names, instead
|
- Type mismatch error messages now print the easier to understand type names, instead
|
||||||
of the fully expanded raw type.
|
of the fully expanded raw type.
|
||||||
|
|
||||||
|
- Errors caused by setting a filter at start-up are now more informative about
|
||||||
|
what actually caused the error, including with the default ``ip or no ip`` filter.
|
||||||
|
|
||||||
|
- Log messages about errors in input files are now more informative about
|
||||||
|
where errors occured.
|
||||||
|
|
||||||
Deprecated Functionality
|
Deprecated Functionality
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
@ -97,6 +108,9 @@ Deprecated Functionality
|
||||||
take ``const void*`` parameters. Usually all you'll need to do is replace
|
take ``const void*`` parameters. Usually all you'll need to do is replace
|
||||||
previous uses of ``Frame::GetCall`` with ``Frame::GetTriggerAssoc``.
|
previous uses of ``Frame::GetCall`` with ``Frame::GetTriggerAssoc``.
|
||||||
|
|
||||||
|
- The ``--caf-root`` option of ``zeek-config`` was made obsolete by the changes
|
||||||
|
to how we include CAF and has been marked as deprecated.
|
||||||
|
|
||||||
Zeek 4.2.0
|
Zeek 4.2.0
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue