Release note on 1.0.5.4

This commit is contained in:
Taro L. Saito 2014-09-12 14:38:19 +09:00
parent 4e4ebfb998
commit 5eebef89c6
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -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).