Merge branch 'develop' of github.com:xerial/snappy-java into develop

This commit is contained in:
Taro L. Saito 2014-06-17 11:46:14 +09:00
commit 78b8437482
2 changed files with 9 additions and 2 deletions

View File

@ -4,9 +4,15 @@
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
* Added a native library for ppc64le
* Preview build (without libstdc++ embedded for Linux/x86_64)
## snappy-java-1.1.1-M1
* Preview build (without libstdc++ embedded for Linux/x86_64)

View File

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