mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update CHANGES, VERSION, and NEWS for the v6.0.4 release
This commit is contained in:
parent
275ecd7bf3
commit
32fb85e3f8
3 changed files with 33 additions and 1 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
|||
6.0.4 | 2024-05-16 10:23:37 -0700
|
||||
|
||||
* Update CHANGES, VERSION, and NEWS for the v6.0.4 release (Tim Wojtulewicz, Corelight)
|
||||
|
||||
* Update baseline for plugins.hooks btest (Tim Wojtulewicz)
|
||||
|
||||
6.0.3-18 | 2024-05-14 16:28:29 -0700
|
||||
|
||||
* Update broker submodule [nomail] (Tim Wojtulewicz, Corelight)
|
||||
|
|
26
NEWS
26
NEWS
|
@ -3,6 +3,32 @@ This document summarizes the most important changes in the current Zeek
|
|||
release. For an exhaustive list of changes, see the ``CHANGES`` file
|
||||
(note that submodules, such as Broker, come with their own ``CHANGES``.)
|
||||
|
||||
Zeek 6.0.4
|
||||
==========
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
||||
- The Mozilla CA and Google CT lists was updated to their latest versions.
|
||||
|
||||
- A crash with ICMP packets involving errant length checking was fixed. Thank
|
||||
you to Ronny Barkan from Microsoft for reporting this issue.
|
||||
|
||||
- When a shadow file is empty/missing during rotation, Zeek aborts with an error
|
||||
message, but if the shadow file was empty, it will still be there after the
|
||||
restart. This results in an endless restart loop. This has been corrected to
|
||||
overwrite the existing shadow file, using the default file extension and
|
||||
post processing function.
|
||||
|
||||
- A new function ``remove_exclude`` was added to the ``PacketFilter`` framework
|
||||
which can be used to remove a previously added exclude filter by name.
|
||||
|
||||
- A new option ``--localversion`` was added to the ``configure`` script. This
|
||||
option allows a caller to add custom strings to the end of the Zeek version
|
||||
reported by ``zeek -v``.
|
||||
|
||||
- The highwayhash submodule was updated to fix a build issue for FreeBSD. Thank
|
||||
you to community member Craig Leres for reporting this.
|
||||
|
||||
Zeek 6.0.3
|
||||
==========
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.0.3-18
|
||||
6.0.4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue