Merge remote-tracking branch 'origin/topic/vern/global-stmts'

* origin/topic/vern/global-stmts:
  whitespace adjustment
  "balance" tests with multiple Zeek scripts to load the same elements
  put global statements into a quasi-function to support script optimization
This commit is contained in:
Jon Siwek 2021-03-29 15:42:25 -07:00
commit c033bd20aa
8 changed files with 42 additions and 5 deletions

View file

@ -1,4 +1,10 @@
4.1.0-dev.438 | 2021-03-29 15:42:25 -0700
* "balance" tests with multiple Zeek scripts to load the same elements (Vern Paxson, Corelight)
* put global statements into a quasi-function to support script optimization (Vern Paxson, Corelight)
4.1.0-dev.434 | 2021-03-29 13:18:18 -0700
* Fix sign-compare compiler warning in coerce_to_record() (Jon Siwek, Corelight)