This repository was archived by the owner on Dec 2, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Change log
22
3+ ## 1.6.0
4+
5+ - Upgraded LZ4 to 1.9.1. Updated the JNI bindings,
6+ except for the one for Linux/i386.
7+ Decompression speed is improved on amd64.
8+
9+ - Deprecated use of LZ4FastDecompressor of a native instance
10+ because the corresponding C API function is deprecated.
11+ See [ the release note of LZ4 1.9.0] ( https://github.com/lz4/lz4/releases/tag/v1.9.0 ) for details.
12+ Updated javadoc accordingly.
13+
14+ - [ #134 ] ( https://github.com/lz4/lz4-java/issues/134 )
15+ [ #137 ] ( https://github.com/lz4/lz4-java/issues/137 )
16+ Changed the module name from org.lz4.lz4-java to org.lz4.java
17+ to avoid using - in the module name. (severn-everett, Oliver Eikemeier, Rei Odaira)
18+
19+ - Enabled build with Java 11. Note that the distribution is still
20+ built with Java 7. (Rei Odaira)
21+
322## 1.5.1
423
524- [ #135 ] ( https://github.com/lz4/lz4-java/issues/135 )
You can’t perform that action at this time.
0 commit comments