mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Update NEWS with breakage/deprecation notes about Dictionary changes [nomail] [skip ci]
This commit is contained in:
parent
9f97a91d39
commit
6686a849d5
1 changed files with 7 additions and 1 deletions
8
NEWS
8
NEWS
|
@ -14,10 +14,13 @@ Breaking Changes
|
||||||
variable was added to cover the transport layer. See this GitHub issue for
|
variable was added to cover the transport layer. See this GitHub issue for
|
||||||
more detail: https://github.com/zeek/zeek/issues/2183.
|
more detail: https://github.com/zeek/zeek/issues/2183.
|
||||||
|
|
||||||
- The STREAM mode of the ASCII reader now behaves like `tail -F`: when file is
|
- The STREAM mode of the ASCII reader now behaves like `tail -F`: when file is
|
||||||
removed/replaced, it will start tracking the new file. See
|
removed/replaced, it will start tracking the new file. See
|
||||||
https://github.com/zeek/zeek/pull/2097 for more detail
|
https://github.com/zeek/zeek/pull/2097 for more detail
|
||||||
|
|
||||||
|
- The Dictionary and PDict classes are now C++ templates. This may cause
|
||||||
|
plugin/package builds to fail due to needing to modify uses of them to match.
|
||||||
|
|
||||||
New Functionality
|
New Functionality
|
||||||
-----------------
|
-----------------
|
||||||
|
|
||||||
|
@ -38,6 +41,9 @@ Changed Functionality
|
||||||
Deprecated Functionality
|
Deprecated Functionality
|
||||||
------------------------
|
------------------------
|
||||||
|
|
||||||
|
- The PDict class is now an alias to Dictionary and has been deprecated. Use Dictionary
|
||||||
|
directly, passing a pointer type to the template.
|
||||||
|
|
||||||
Zeek 5.0.0
|
Zeek 5.0.0
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue