mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
358b609e9d
We'll only use these when the compile-time version and the run-time version of the zstd library match. Part of ticket 25162.
7 lines
375 B
Plaintext
7 lines
375 B
Plaintext
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.
|