|
1 | 1 | # Change log |
2 | 2 |
|
| 3 | +## 1.5.0 |
| 4 | + |
| 5 | + - Upgraded LZ4 to 1.8.3. Updated JNI bindings for Linux/amd64, |
| 6 | + Linux/ppc64le, Linux/s390x, Linux/aarch64, and Mac OS Darwin/x86_64. |
| 7 | + A speed-up is expected on these platforms. |
| 8 | + Note that the JNI bindings for Linux/i386 and Win32 still work |
| 9 | + but are based on old LZ4 r123. Contributions of the JNI |
| 10 | + bindings for these and other platforms are more than welcome. |
| 11 | + |
| 12 | + - [#119](https://github.com/lz4/lz4-java/issues/119) |
| 13 | + Implemented LZ4CompressorWithLength, which includes the length of |
| 14 | + the original decompressed data in the output compressed data, |
| 15 | + and corresponding LZ4DecompressorWithLength. (Rei Odaira) |
| 16 | + |
| 17 | + - [#118](https://github.com/lz4/lz4-java/pull/118) |
| 18 | + Added build status to README. (Daniel Yu) |
| 19 | + |
| 20 | + - [#116](https://github.com/lz4/lz4-java/issues/116) |
| 21 | + Changed LZ4BlockOutputStream and LZ4BlockInputStream to non-final |
| 22 | + for better testing support. (Rei Odaira) |
| 23 | + |
| 24 | + - [#113](https://github.com/lz4/lz4-java/pull/113) |
| 25 | + Compressor and checksum can be specified for LZ4FrameOutputStream. |
| 26 | + (Elan Kugelmass) |
| 27 | + |
| 28 | + - [#111](https://github.com/lz4/lz4-java/pull/111) |
| 29 | + Added lz4 sources as a git submodule. (Daniel Yu) |
| 30 | + |
| 31 | + - [#110](https://github.com/lz4/lz4-java/pull/110) |
| 32 | + Enabled Travis CI. (Daniel Yu) |
| 33 | + |
| 34 | + - Better test coverage. (Rei Odaira) |
| 35 | + |
| 36 | + - Supported build with Java 9. Note that the distribution is still |
| 37 | + built with Java 7. (Rei Odaira) |
| 38 | + |
3 | 39 | ## 1.4.1 |
4 | 40 |
|
5 | 41 | - [#120](https://github.com/lz4/lz4-java/pull/120) |
|
0 commit comments