Update release notes

This commit is contained in:
Taro L. Saito 2017-05-22 09:12:27 -07:00
parent 73262d37e0
commit 7133ff6168
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ Since version 1.1.0.x, Java 6 (1.6) or higher is required.
## snappy-java-1.1.4 (2017-05-22)
* 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 BitShuffle API for fast and better integer and 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