diff --git a/Milestone.md b/Milestone.md index 55591d9..c9a6a2c 100644 --- a/Milestone.md +++ b/Milestone.md @@ -4,6 +4,9 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required. +## snappy-java-1.0.5.4 (12 September 2014) + * Embedded libstdc++ for Linux/amd64 native library (hotfix to 1.0.5.x series) + ## snappy-java-1.1.1.3 (19 July 2014) * Improved the performance of SnappyOutputStream diff --git a/README.md b/README.md index d2fe004..54f5abb 100755 --- a/README.md +++ b/README.md @@ -30,7 +30,6 @@ The snappy-java is a Java port of the snappy The current stable version is available from here: * 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).