From 92bcbb514e7685cb3fdab12b4f15f528cf0e2e35 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Fri, 20 Jan 2017 00:24:24 -0800 Subject: [PATCH] Update Milestone.md --- Milestone.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Milestone.md b/Milestone.md index b310c87..ca88492 100644 --- a/Milestone.md +++ b/Milestone.md @@ -5,8 +5,8 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required. * Upgraded to snappy 1.1.3 (Minor compression performance improvement) * Added support for armv5, armv6, armv7, android-arm, aarch64, ppc64 * Added BitShuffle class for better float value compression - * Switched to use docker-based cross compilers for building native libraries - * AIX, FreeBSD, SunOS, IBM s390x are still using snappy 1.1.2. Your contirbutions are welcome. + * 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. ## 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)