<b>4.0.6.3180</b>
github-actions[bot] 2025.02.01 16:03:05 <span class="t_gh_bot">Update tzdata to version 2025a. (#8422)</span>
-------------------------------------------------
Closest previous non-bot:
<b>4.0.6.3179</b>
MochalovAlexey 2025.01.27 09:42:18
Fix potential deadlock when starting the encryption thread (#8403)
* add a check to verify thread matching between the encryption thread and the thread where we release the attachment. If they match, use a dummy mutex instead of the actual dbb_thread_mutex to avoid a deadlock
* fix Windows build by introducing a method to retrieve thread id from crypto thread handle
* rename the crypt process thread id variable to its actual purpose as handle
---------
Co-authored-by: aleksey.mochalov <aleksey.mochalov@red-soft.ru>

Changed paths:
  M src/common/ThreadStart.cpp
  M src/common/ThreadStart.h
  M src/jrd/CryptoManager.cpp
  M src/jrd/CryptoManager.h
  M src/jrd/jrd.cpp