From fb99f2dd100cf4ce0a2bad16efe262f0ba646d22 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Fri, 20 Jan 2017 00:24:43 -0800 Subject: [PATCH] Update Milestone.md --- Milestone.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Milestone.md b/Milestone.md index ca88492..88f3226 100644 --- a/Milestone.md +++ b/Milestone.md @@ -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)