mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update CHANGES, VERSION, and NEWS for 7.2.1 release
This commit is contained in:
parent
cba94ab829
commit
90d7bdb9eb
3 changed files with 20 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
||||||
|
7.2.1 | 2025-05-20 09:12:46 -0700
|
||||||
|
|
||||||
|
* Update CHANGES, VERSION, and NEWS for 7.2.1 release (Tim Wojtulewicz, Corelight)
|
||||||
|
|
||||||
7.2.0-9 | 2025-05-19 12:34:10 -0700
|
7.2.0-9 | 2025-05-19 12:34:10 -0700
|
||||||
|
|
||||||
* Bump `auxil/spicy` to v1.13.1 (Benjamin Bannier, Corelight)
|
* Bump `auxil/spicy` to v1.13.1 (Benjamin Bannier, Corelight)
|
||||||
|
|
16
NEWS
16
NEWS
|
@ -6,7 +6,21 @@ release. For an exhaustive list of changes, see the ``CHANGES`` file
|
||||||
Zeek 7.2.1
|
Zeek 7.2.1
|
||||||
==========
|
==========
|
||||||
|
|
||||||
We would like to thank Ivan Navi (@i2z1) for their contribution to this release.
|
We would like to thank Ivan Navi (@i2z1), Seth Grover (@mmguero), and Simeon Miteff
|
||||||
|
(@simeonmetiff) for their contributions to this release.
|
||||||
|
|
||||||
|
This release fixes the following bugs:
|
||||||
|
|
||||||
|
- GCC 15.1 failed to build both Zeek and the integrated Paraglob library.
|
||||||
|
|
||||||
|
- The requirement for the BIND library to be present for the build was removed. This
|
||||||
|
library is not needed since we migrated to C-Ares for DNS lookups.
|
||||||
|
|
||||||
|
- The new cluster-based websocket endpoint gained some performance improvements when
|
||||||
|
dealing with very high rates of requests.
|
||||||
|
|
||||||
|
- The Spicy submodule was updated to v1.11.5. This version brings a fix for a compilation
|
||||||
|
failure when iterating over a byte value.
|
||||||
|
|
||||||
Zeek 7.2.0
|
Zeek 7.2.0
|
||||||
==========
|
==========
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
7.2.0-9
|
7.2.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue