| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update to version 1.2.0
* Added
+ decoder: BrotliDecoderAttachDictionary
+ decoder: BrotliDecoderOnFinish callback behind
BROTLI_REPORTING
+ decoder: BrotliDecoderSetMetadataCallbacks
+ encoder: BrotliEncoderPrepareDictionary,
BrotliEncoderDestroyPreparedDictionary,
BrotliEncoderAttachPreparedDictionary
+ decoder: BrotliEncoderOnFinish callback behind
BROTLI_REPORTING
+ decoder / encoder: added static initialization to reduce
binary size
+ common: BrotliSharedDictionaryCreateInstance,
BrotliSharedDictionaryDestroyInstance,
BrotliSharedDictionaryAttach
+ java: encoder wrapper: Parameters.mode
+ java: Brotli{Input|Output}Stream.attachDictionary
+ java: wrapper: partial byte array input
* Removed
+ java: dropped finalize() for native entities
* Fixed
+ java: JNI decoder failed sometimes on power of 2 payloads
+ java: in compress pass correct length to native encoder
* Improved
+ java / js: smaller decoder footprint
+ decoder: faster decoding
+ encoder: faster encoding
+ encoder: smaller stack frames
* Changed
+ decoder / encoder: static tables use "small" model (allows
2GiB+ binaries)
- Rewrite build system to use ant in order to build this early
- Fix build with both xmvn-mojo:javadoc and javadoc:aggregate
- Reproducible builds: use SOURCE_DATE_EPOCH for timestamp
- Initial packaging with v1.0.9