Update release notes
This commit is contained in:
parent
b0a242aac0
commit
73262d37e0
|
@ -4,6 +4,10 @@ Since version 1.1.0.x, Java 6 (1.6) or higher is required.
|
|||
* Upgrade to [snappy-1.1.4](https://github.com/google/snappy/releases/tag/1.1.4)
|
||||
* Improved performance compression (5%), decompression (20%)
|
||||
* Added BitShuffle API for fast and better floating-point value compresssion
|
||||
* Added native libraries for s390x, AIX/Linux ppc64/ppc64le
|
||||
* Added prelimirary support Linux armv5, armv6, armv7, android-arm, aarch64
|
||||
* Using docker for cross-compiling native libraries for various platforms
|
||||
* Note: snappy-java for FreeBSD, SunOS are still using snappy 1.1.2. Your contributions of native libraries are welcome. Please send a pull request that contains the changes after running `make native test` in your platform.
|
||||
|
||||
## snappy-java-1.1.4-M3 (2017-02-16)
|
||||
* Fix native libraries for ppc64 (bigendian) and ppc64le (little endian)
|
||||
|
|
Loading…
Reference in New Issue