-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGES
33 lines (18 loc) · 959 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
0.4.0 | 2024-11-21 14:50:21 +0100
* tests: Add ZAM smoke test (Arne Welzel, Corelight)
Ensure it is not obviously crashing.
* Avoid endless type recursion (Arne Welzel, Corelight)
The ZBody statement's Traverse method ends up traversing types, so we
need to protect from endless recursion.
* Use InitPreExecution() when on Zeek 7.1 or later (Arne Welzel, Corelight)
This allows profiling also when running with ZAM enabled, but only
with Zeek 7.1 or later.
0.3.0 | 2024-11-19 10:45:19 +0100
* Bump version to 0.3.0 (Arne Welzel, Corelight)
* git: Ignore clangd .cache dir (Arne Welzel, Corelight)
* ci: Bump to Zeek 7.0 (Arne Welzel, Corelight)
* cmake: Use new zeek_add_plugin() (Arne Welzel, Corelight)
* Use Func::GetName() when available (Arne Welzel, Corelight)
* Use STMT_EXTERN when available (Arne Welzel, Corelight)
0.2.0 | 2024-02-07 11:41:46 +0100
* Starting CHANGES. (Arne Welzel, Corelight)