From f48aef4e4d4fa2ce660589363d401eeba977600e Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Tue, 5 May 2020 09:42:26 -0700 Subject: [PATCH] 1.1.7.4 release notes --- Milestone.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Milestone.md b/Milestone.md index 08c4b3c..5efb3e3 100644 --- a/Milestone.md +++ b/Milestone.md @@ -1,5 +1,9 @@ Since version 1.1.0.x, Java 6 (1.6) or higher is required. +## snapy-java-1.1.7.4 (2020-05-05) + * Caching internal buffers for SnappyFramed streams (#234)[https://github.com/xerial/snappy-java/pull/234] + * Fixed the native lib for ppc64le to work with glibc 2.17 (Previously it depended on 2.22) + ## snappy-java-1.1.7.3 (2019-03-25) * Minor release * Output the snappy header even for the empty input to address Spark's [issue](https://issues.apache.org/jira/browse/SPARK-27267)