|
1 | 1 | # Change log |
2 | 2 |
|
| 3 | +## 1.8.0 |
| 4 | + |
| 5 | +- Upgraded LZ4 to 1.9.3. Updated the JNI bindings. Minimum glibc version in GNU/Linux platforms: 2.17 on aarch64, 2.2.5 on amd64, 2.17 on ppc64le, 2.2 on s390x. |
| 6 | + |
| 7 | +- Supported the JNI binding for Darwin aarch64. |
| 8 | + |
| 9 | +- [#174](https://github.com/lz4/lz4-java/issues/174) |
| 10 | + Fixed NullPointerException when reading a malformed input by LZ4FrameInputStream. |
| 11 | + (Marco Berlot, Rei Odaira) |
| 12 | + |
| 13 | +- [#169](https://github.com/lz4/lz4-java/issues/169) |
| 14 | + Added information about requiring ant 1.10.2 or newer. |
| 15 | + (guru prasad HB, Rei Odaira) |
| 16 | + |
| 17 | +- [#167](https://github.com/lz4/lz4-java/issues/167) |
| 18 | + Supported using LZ4SafeDecompressor in LZ4DecompressorWithLength. |
| 19 | + (sahilpaudel-pe, Rei Odaira) |
| 20 | + |
| 21 | +- [#163](https://github.com/lz4/lz4-java/issues/163) |
| 22 | + Supported JNI binding in old CentOS 6 on amd64. |
| 23 | + (dcapwell, Rei Odaira) |
| 24 | + |
| 25 | +- [#162](https://github.com/lz4/lz4-java/issues/162) |
| 26 | + Added copyright notices, required by Apache License, Version 2.0. |
| 27 | + (Egor Nepomnyaschih, Rei Odaira) |
| 28 | + |
| 29 | +- [#160](https://github.com/lz4/lz4-java/issues/160) |
| 30 | + Added minimum glibc version to each release. |
| 31 | + (patelh, Rei Odaira) |
| 32 | + |
| 33 | +- [#146](https://github.com/lz4/lz4-java/issues/146) |
| 34 | + Improved LZ4FrameInputStream to read InputStream lazily. |
| 35 | + Instance creation of LZ4FrameInputStream became faster. |
| 36 | + (Björn Michael, Rei Odaira) |
| 37 | + |
| 38 | +- Improved the speed of the write methods of LZ4FrameOutputStream by |
| 39 | + delaying calculating content checksum. |
| 40 | + (Rei Odaira) |
| 41 | + |
| 42 | +- Added a debug functionality to not delete a temporary JNI library |
| 43 | + when either LZ4JAVA_KEEP_TEMP_JNI_LIB or lz4java.jnilib.temp.keep is |
| 44 | + set to true (will be deleted in the next run). |
| 45 | + (Rei Odaira) |
| 46 | + |
| 47 | +- Enabled build with Java 13. The distribution is still |
| 48 | + built with Java 7. (Rei Odaira) |
| 49 | + |
| 50 | +- Revised the documentation. (Rei Odaira) |
| 51 | + |
| 52 | +- More test coverage. (Rei Odaira) |
| 53 | + |
3 | 54 | ## 1.7.1 |
4 | 55 |
|
5 | 56 | - [#156](https://github.com/lz4/lz4-java/issues/156) |
|
0 commit comments