mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Update CHANGES, VERSION, and NEWS for 6.0.9 release
This commit is contained in:
parent
a5103a1da2
commit
7a7864f892
3 changed files with 16 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
6.0.9 | 2024-11-19 11:40:25 -0700
|
||||
|
||||
* Update CHANGES, VERSION, and NEWS for 6.0.9 release (Tim Wojtulewicz)
|
||||
|
||||
6.0.8-7 | 2024-11-14 16:06:49 -0700
|
||||
|
||||
* Install procps in OpenSuse Leap images (Benjamin Bannier, Corelight)
|
||||
|
|
11
NEWS
11
NEWS
|
@ -3,6 +3,17 @@ 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.9
|
||||
==========
|
||||
|
||||
This release fixes the following bugs:
|
||||
|
||||
- The input framework will no longer get stuck and use 100% of the CPU when
|
||||
encountering lines not immediately terminated by a new line.
|
||||
|
||||
- The Modbus analyzer added some additional protocol checks and should no longer
|
||||
over-match on traffic that's not specifically on port 502.
|
||||
|
||||
Zeek 6.0.8
|
||||
==========
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
6.0.8-7
|
||||
6.0.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue