mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Update CHANGES, VERSION, and NEWS for 7.0.10
This commit is contained in:
parent
f802819fae
commit
6aecda0699
3 changed files with 14 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
7.0.10 | 2025-08-26 10:39:08 -0700
|
||||
|
||||
* Update CHANGES, VERSION, and NEWS for 7.0.10 (Tim Wojtulewicz, Corelight)
|
||||
|
||||
7.0.9-3 | 2025-08-22 13:31:54 -0700
|
||||
|
||||
* fixes for specialized ZAM operations needing to check whether record fields exist (Vern Paxson, Corelight)
|
||||
|
|
9
NEWS
9
NEWS
|
@ -3,6 +3,15 @@ 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 7.0.10
|
||||
===========
|
||||
|
||||
We would like to thank Artyom Kalabukhov (@predator89090) for their contribution to this
|
||||
release.
|
||||
|
||||
- The SMB parser now correctly parses the data_offset field correctly. It previously tried
|
||||
to parse it as 16 bits, when the field is only 8 bits in the spec.
|
||||
|
||||
Zeek 7.0.9
|
||||
==========
|
||||
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.0.9-3
|
||||
7.0.10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue