diff --git a/CHANGES b/CHANGES index 7e051d3623..bad540c5a3 100644 --- a/CHANGES +++ b/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) diff --git a/NEWS b/NEWS index a6b0029341..fe6ed30c61 100644 --- a/NEWS +++ b/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 ========== diff --git a/VERSION b/VERSION index 25cf8da76e..e4ae283f5b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.0.9-3 +7.0.10