Add release note

This commit is contained in:
Taro L. Saito 2013-10-17 11:08:19 +09:00
parent 12c579c344
commit 85daea1e6c
2 changed files with 6 additions and 3 deletions

View File

@ -2,8 +2,11 @@
* `SnappyIndexer` for parallel compression/decompression
* CUI commands (snap/unsnap)
## snappy-java-1.1.0 (TBD)
* Add FreeBSD support
## snappy-java-1.1.0 (17 October 2013)
* Add Snappy framed format support (SnappyFramedInputStream, SnappyFramedOutputStream)
* Add SunOS support
* Dropped OpenBSD support
* OSGi support
## snappy-java-1.1.0-M4 (20 August 2013)
* New JNI native code loading mechanism, which does not rely on native code injection.

View File

@ -25,7 +25,7 @@ The snappy-java is a Java port of the snappy
## Download
The current stable version is available from here:
* Release version: http://code.google.com/p/snappy-java/downloads/list
* [Release plans](https://github.com/xerial/snappy-java/blob/develop/Milestone.md)
* [Release plans](Milestone.md)
* Snapshot version (the latest beta version): https://oss.sonatype.org/content/repositories/snapshots/org/xerial/snappy/snappy-java/
If you are a Maven user, see [pom.xml example](#using-with-maven).