21662_21663_21664 622 B

123456789101112
  1. o Major features (directory system):
  2. - Tor's compression module now includes support for the zstd and lzma2
  3. compression algorithms, if the libzstd and liblzma libraries are
  4. available when Tor is compiled. Once these features are exposed in the
  5. directory module, they will enable Tor to provide better compression
  6. ratios on directory documents. Part of an implementation for proposal
  7. 278; closes ticket 21662.
  8. o Code simplification and refactoring:
  9. - Tor's compression module now supports multiple backends. Part of
  10. an implementation of proposal 278; closes ticket 21663.