mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/timw/add-missing-cluster-serializer-header'
* origin/topic/timw/add-missing-cluster-serializer-header: Add a missing header for the broker cluster serializer
This commit is contained in:
commit
7514f7c038
3 changed files with 6 additions and 1 deletions
4
CHANGES
4
CHANGES
|
@ -1,3 +1,7 @@
|
|||
8.1.0-dev.91 | 2025-08-18 14:59:41 -0700
|
||||
|
||||
* Add a missing header for the broker cluster serializer (Tim Wojtulewicz, Corelight)
|
||||
|
||||
8.1.0-dev.89 | 2025-08-18 14:46:57 -0700
|
||||
|
||||
* Bump auxil/spicy to latest development snapshot (Benjamin Bannier, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
8.1.0-dev.89
|
||||
8.1.0-dev.91
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include "zeek/cluster/serializer/broker/Serializer.h"
|
||||
|
||||
#include <cinttypes>
|
||||
#include <optional>
|
||||
|
||||
#include "zeek/DebugLogger.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue