Merge remote-tracking branch 'origin/topic/timw/4285-sqlite-threadsafe-check'

* origin/topic/timw/4285-sqlite-threadsafe-check:
  Force SQLite to be in thread-safe mode during CMake
This commit is contained in:
Tim Wojtulewicz 2025-09-16 12:41:52 -07:00
commit 5cc5f2a275
6 changed files with 19 additions and 25 deletions

View file

@ -1,3 +1,11 @@
8.1.0-dev.548 | 2025-09-16 12:41:52 -0700
* Force SQLite to be in thread-safe mode during CMake (Tim Wojtulewicz, Corelight)
This allows us to remove the need to check for thread-safe mode in the
various SQLite plugins. See https://www.sqlite.org/compile.html#threadsafe
for why `1` is a good choice here.
8.1.0-dev.546 | 2025-09-16 11:31:04 -0700
* full tracking of the characteristics of globals when compiling scripts to C++ (Vern Paxson, Corelight)