Merge remote-tracking branch 'origin/topic/timw/cleanup-warnings-from-plugin-btest-builds'

* origin/topic/timw/cleanup-warnings-from-plugin-btest-builds:
  Update zeek-aux to remove BRO_DIST from plugin skeleton
  cmake_minimum_required() should come before project()
This commit is contained in:
Tim Wojtulewicz 2025-08-07 08:39:27 -07:00
commit 54d67c3322
13 changed files with 31 additions and 25 deletions

View file

@ -1,3 +1,9 @@
8.1.0-dev.22 | 2025-08-07 08:39:27 -0700
* Update zeek-aux to remove BRO_DIST from plugin skeleton (Tim Wojtulewicz, Corelight)
* cmake_minimum_required() should come before project() (Tim Wojtulewicz, Corelight)
8.1.0-dev.19 | 2025-08-07 10:48:40 +0200
* btest/tap-analyzer: Update existing test and add new one for UpdateConnVal() (Arne Welzel, Corelight)