From 991baf1ab6294f21d4762333838f6bcbcf37b98f Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Thu, 12 Jun 2014 11:02:08 +0900 Subject: [PATCH 1/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a159c89..12655a8 100755 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ The snappy-java is a Java port of the snappy * [Release Notes](Milestone.md) The current stable version is available from here: - * Release version: http://code.google.com/p/snappy-java/downloads/list + * Release version: http://central.maven.org/maven2/org/xerial/snappy/snappy-java/ + * (Old archives are here: http://code.google.com/p/snappy-java/downloads/list) * Snapshot version (the latest beta version): https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/ For Maven user, see [pom.xml example](#using-with-maven). From b4a61feb098ee2366e0a9bbd7c564dc79a399567 Mon Sep 17 00:00:00 2001 From: "Taro L. Saito" Date: Thu, 12 Jun 2014 12:11:31 +0900 Subject: [PATCH 2/2] Update Milestone.md --- Milestone.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Milestone.md b/Milestone.md index e4f0b37..62c40b8 100644 --- a/Milestone.md +++ b/Milestone.md @@ -4,9 +4,13 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required. -## snappy-java-1.1.1 +## snappy-java-1.1.1 (not yet) * Upgrade native snappy version +# snappy-java-1.1.1-M2 (12 June 2014) + * Bug fixes and some optimization of SnappyFramedFormat + * Preview build (without libstdc++ embedded for Linux/x86_64) + ## snappy-java-1.1.1-M1 * Preview build (without libstdc++ embedded for Linux/x86_64)