Update NEWS

This commit is contained in:
Jon Siwek 2020-05-28 14:49:10 -07:00
parent 54e40d4544
commit 138c9402c3
3 changed files with 19 additions and 1 deletions

View file

@ -1,4 +1,12 @@
3.2.0-dev.570 | 2020-05-28 14:49:10 -0700
* Add negotiation flags parameter to some RDP events (Anthony Kasza, Corelight)
Namely rdp_connect_request, rdp_negotiation_response, and rdp_negotiation_failure
* Update test baselines for new Broker connection status/error strings (Jon Siwek, Corelight)
3.2.0-dev.565 | 2020-05-26 21:55:54 +0000 3.2.0-dev.565 | 2020-05-26 21:55:54 +0000
* Add DCE-RPC constants from BZAR project (V) * Add DCE-RPC constants from BZAR project (V)

10
NEWS
View file

@ -41,6 +41,16 @@ New Functionality
- Add file signature to identify Python bytecode (application/x-python-bytecode) - Add file signature to identify Python bytecode (application/x-python-bytecode)
- Events and hooks are now allowed to have multiple, alternate prototype
declarations. This allows for extending event/hook parameters in a way that
won't break an existing user's handlers and also allows users to define their
own custom event/hook prototypes that consume a subset of the parameters
(convenience of typing/memory/etc). This feature is documented in detail
here: https://docs.zeek.org/en/current/script-reference/types.html#type-event
- Add ``flags`` parameters to ``rdp_connect_request``,
``rdp_negotiation_response``, and ``rdp_negotiation_failure`` events.
Changed Functionality Changed Functionality
--------------------- ---------------------

View file

@ -1 +1 @@
3.2.0-dev.565 3.2.0-dev.570