mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
Update CHANGES, VERSION, and NEWS for 7.0.1 release
This commit is contained in:
parent
89b9f9a456
commit
eb1ccf05d8
3 changed files with 27 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
||||||
|
7.0.1 | 2024-09-03 13:04:23 -0700
|
||||||
|
|
||||||
|
* Update CHANGES, VERSION, and NEWS for 7.0.1 release (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
|
* Update zeek-aux submodule to pick up zeek-archiver permissions fix (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
7.0.0-14 | 2024-09-03 09:02:19 -0700
|
7.0.0-14 | 2024-09-03 09:02:19 -0700
|
||||||
|
|
||||||
* Bump auxil/spicy to latest release (Benjamin Bannier, Corelight)
|
* Bump auxil/spicy to latest release (Benjamin Bannier, Corelight)
|
||||||
|
|
20
NEWS
20
NEWS
|
@ -3,6 +3,26 @@ This document summarizes the most important changes in the current Zeek
|
||||||
release. For an exhaustive list of changes, see the ``CHANGES`` file
|
release. For an exhaustive list of changes, see the ``CHANGES`` file
|
||||||
(note that submodules, such as Broker, come with their own ``CHANGES``.)
|
(note that submodules, such as Broker, come with their own ``CHANGES``.)
|
||||||
|
|
||||||
|
Zeek 7.0.1
|
||||||
|
==========
|
||||||
|
|
||||||
|
This release fixes the following bugs:
|
||||||
|
|
||||||
|
- HTTP passwords with colon characters in them are now correctly logged.
|
||||||
|
|
||||||
|
- The LDAP analyzer now supports handling of non-sealed GSS-API WRAP tokens.
|
||||||
|
|
||||||
|
- Heuristics for parsing SASL encrypted and signed LDAP traffic have been made
|
||||||
|
more strict and predictable. Please provide input if this results in less
|
||||||
|
visibility in your environment.
|
||||||
|
|
||||||
|
- StartTLS support was added to the LDAP analyzer. The SSL analyzer is enabled
|
||||||
|
for connections where client and server negotiate to TLS through the extended
|
||||||
|
request/response mechanism.
|
||||||
|
|
||||||
|
- Specify less-strict permissions for directories and files created by
|
||||||
|
zeek-archiver to play more nicely with user's umask setting.
|
||||||
|
|
||||||
Zeek 7.0.0
|
Zeek 7.0.0
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.0.0-14
|
7.0.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue