From 9215b09cc559d6bbf24a7057ae3af56b8315073b Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Mon, 18 May 2015 18:30:24 +0900 Subject: [PATCH] #107: Add release note for 1.1.2-RC2 --- Milestone.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Milestone.md b/Milestone.md index 7b13660..20b267a 100644 --- a/Milestone.md +++ b/Milestone.md @@ -1,5 +1,8 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required. +## snappy-java-1.1.2-RC2 (18 May 2015) + * Fix #107: SnappyOutputStream.close() is not idempotent + ## snappy-java-1.1.2-RC1 (13 May 2015) * SnappyInputStream now supports reading concatenated compressed results of SnappyOutputStream * There has been no compressed format change since 1.0.5.x. So You can read the compressed results interchangeablly between these versions.