mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Enable (safe) use of zstd static-only APIs
We'll only use these when the compile-time version and the run-time version of the zstd library match. Part of ticket 25162.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
o Minor features (compression, zstd):
|
||||
- When running with zstd, Tor now considers using advanced functions that
|
||||
the zstd maintainers have labeled as potentially unstable. To
|
||||
prevent breakage, Tor will only use this functionality when
|
||||
the runtime version of the zstd library matches the version
|
||||
with which it were compiled. Closes ticket 25162.
|
||||
Reference in New Issue
Block a user