Skip to content

Brotli v1.0.2

Compare
Choose a tag to compare
@eustas eustas released this 29 Nov 13:13
· 281 commits to master since this release
0ad94ee

This is a build-maintenance release. Major changes:

  • added Autotools build files
  • switched shared library version to libtool scheme

In this release semantic suffix and libtool suffix are the same: 1.0.2. Don't expect them to match in future releases.

Minor changes:

  • BrotliDictionary members are not const now
  • ZopfliNode distance could be up to 128MiB
  • fixed API documentation typos
  • total_out is always set by decoder
  • fixed BROTLI_ENSURE_CAPACITY macro; no-op in preprocessed output

Other changes:

  • fixed scripts for oss-fuzz, test them with Travis
  • made Bazel JNI tests less messy
  • fixed linter warnings in JS decoder
  • fixed permissions of various files
  • added Bazel build to Appveyor matrix
  • added Sieve dictionary generator