mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Merge remote-tracking branch 'origin/topic/jsiwek/gh-1122'
* origin/topic/jsiwek/gh-1122: GH-165: Fix global initializations that indirectly use builtin types Improve how primary/top-level BIFs get initialized GH-1122: Allow initializing globals with calls to subdir BIFs GH-1122: Improve error for global record initialization exceptions
This commit is contained in:
commit
2a8de33c63
23 changed files with 207 additions and 70 deletions
10
CHANGES
10
CHANGES
|
@ -1,4 +1,14 @@
|
|||
|
||||
3.3.0-dev.247 | 2020-09-04 17:24:28 -0700
|
||||
|
||||
* GH-165: Fix global initializations that indirectly use builtin types (Jon Siwek, Corelight)
|
||||
|
||||
* Improve how primary/top-level BIFs get initialized (Jon Siwek, Corelight)
|
||||
|
||||
* GH-1122: Allow initializing globals with calls to subdir BIFs (Jon Siwek, Corelight)
|
||||
|
||||
* GH-1122: Improve error for global record initialization exceptions (Jon Siwek, Corelight)
|
||||
|
||||
3.3.0-dev.241 | 2020-09-03 15:02:29 -0700
|
||||
|
||||
* Change a script comment to use "code-block" directive (Jon Siwek, Corelight)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue