mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
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:
commit
5cc5f2a275
6 changed files with 19 additions and 25 deletions
8
CHANGES
8
CHANGES
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue