1.1.7.5 relase notes

This commit is contained in:
Taro L. Saito 2020-05-06 10:30:52 -07:00
parent 30fc6f3a16
commit edc4ec28bd
No known key found for this signature in database
GPG Key ID: 42575E0CCD6BA16A

View File

@ -1,6 +1,10 @@
Since version 1.1.0.x, Java 6 (1.6) or higher is required.
## snappy-java-1.1.7.5 (2020-05-06)
* Fixes java.lang.NoClassDefFoundError: org/xerial/snappy/pool/DefaultPoolFactory in 1.1.7.4
## snapy-java-1.1.7.4 (2020-05-05)
* __DO NOT USE THIS VERSION__ 1.1.7.4 misses a package for using SnappyFramed streams.
* Caching internal buffers for SnappyFramed streams [#234](https://github.com/xerial/snappy-java/pull/234)
* Fixed the native lib for ppc64le to work with glibc 2.17 (Previously it depended on 2.22)