Update Milestone.md

This commit is contained in:
Taro L. Saito 2017-01-20 00:24:43 -08:00 committed by GitHub
parent 92bcbb514e
commit fb99f2dd10
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
* Added support for armv5, armv6, armv7, android-arm, aarch64, ppc64
* Added BitShuffle class for better float value compression
* Using docker-based cross compilers for building native libraries
* AIX, FreeBSD, SunOS, IBM s390x are still using snappy 1.1.2. Your contirbutions of native libraries are welcome. Please send a pull request that contains the changes runing `make native` in your platform.
* AIX, FreeBSD, SunOS, IBM s390x are still using snappy 1.1.2. Your contirbutions of native libraries are welcome. Please send a pull request that contains the changes after runing `make native` in your platform.
## snappy-java-1.1.2.6 (2016-06-02)
* Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)