mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
Update NEWS to reflect recent updates
This commit is contained in:
parent
aa8f11fa17
commit
67012b96ff
1 changed files with 11 additions and 0 deletions
11
NEWS
11
NEWS
|
@ -12,6 +12,10 @@ Breaking Changes
|
|||
New Functionality
|
||||
-----------------
|
||||
|
||||
- Zeek now supports generation and replay of event traces via the new
|
||||
``--event-trace`` / ``-E`` command-line options. For details, see:
|
||||
https://docs.zeek.org/en/master/quickstart.html#tracing-events
|
||||
|
||||
- The new --with-gen-zam configure flag and its corresponding GEN_ZAM_EXE_PATH
|
||||
cmake variable allow reuse of a previously built Gen-ZAM code generator. This
|
||||
aids cross-compilation: the Zeek build process normally compiles Gen-ZAM on
|
||||
|
@ -23,6 +27,13 @@ New Functionality
|
|||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
- The behavior of the ``=``, ``+=``, and ``-=`` operators has been expanded and
|
||||
unified. It now covers ``{ ... }`` initializer lists, supports cross-product
|
||||
initialization, enables ``+=`` for table, set, vector and pattern values,
|
||||
similarly allows ``-=`` for table and set values, and supports listing
|
||||
multiple sets for ``+=`` initialization. For details, see:
|
||||
https://docs.zeek.org/en/master/script-reference/operators.html#assignment-operators
|
||||
|
||||
- The is_num(), is_alpha(), and is_alnum() BiFs now return F for the empty string.
|
||||
|
||||
Deprecated Functionality
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue