diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-06 10:34:41 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-06 11:05:07 -0500 |
commit | 358b609e9dfd503cc25985d197a92610cbbe9f3d (patch) | |
tree | f057b4566edfea7cbae68cd75312058045aa4176 /changes/ticket25162 | |
parent | b5a8fd1566e137f27c49d132755d2ad9e5c74f4e (diff) | |
download | tor-358b609e9dfd503cc25985d197a92610cbbe9f3d.tar.gz tor-358b609e9dfd503cc25985d197a92610cbbe9f3d.zip |
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.
Diffstat (limited to 'changes/ticket25162')
-rw-r--r-- | changes/ticket25162 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket25162 b/changes/ticket25162 new file mode 100644 index 0000000000..37019a7f8f --- /dev/null +++ b/changes/ticket25162 @@ -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. |