From edc4ec28bdb15a32b6c41ca9e8b195e635bec3a3 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Wed, 6 May 2020 10:30:52 -0700 Subject: [PATCH] 1.1.7.5 relase notes --- Milestone.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Milestone.md b/Milestone.md index bb7b81f7..bb617bab 100644 --- a/Milestone.md +++ b/Milestone.md @@ -1,6 +1,10 @@ Since version 1.1.0.x, Java 6 (1.6) or higher is required. +## snappy-java-1.1.7.5 (2020-05-06) + * Fixes java.lang.NoClassDefFoundError: org/xerial/snappy/pool/DefaultPoolFactory in 1.1.7.4 + ## snapy-java-1.1.7.4 (2020-05-05) + * __DO NOT USE THIS VERSION__ 1.1.7.4 misses a package for using SnappyFramed streams. * 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)