From 7c6bc8334e113b4758a989b8912703f181cc8c65 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Mon, 6 Feb 2017 23:04:13 -0800 Subject: [PATCH] Add note on snappy 1.1.4 --- Milestone.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Milestone.md b/Milestone.md index e6d264e..7592424 100644 --- a/Milestone.md +++ b/Milestone.md @@ -1,6 +1,8 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required. -## snappy-java-1.1.3 (will be available Early 2017) +## snappy-java-1.1.4 (will be available Early 2017) + * Upgrade to [snappy-1.1.4](https://github.com/google/snappy/releases/tag/1.1.4) + * Improved performance compression (5%), decompression (20%) * We are waiting contributions of native libraries for varios platforms. * Run `make native test` and send the result as a pull requset. * We also test the usability of the newly added BitShuffle API before this release.