mirror of
https://github.com/xerial/snappy-java.git
synced 2025-07-25 23:14:34 +02:00
Add release note
This commit is contained in:
parent
12c579c344
commit
85daea1e6c
@ -2,8 +2,11 @@
|
|||||||
* `SnappyIndexer` for parallel compression/decompression
|
* `SnappyIndexer` for parallel compression/decompression
|
||||||
* CUI commands (snap/unsnap)
|
* CUI commands (snap/unsnap)
|
||||||
|
|
||||||
## snappy-java-1.1.0 (TBD)
|
## snappy-java-1.1.0 (17 October 2013)
|
||||||
* Add FreeBSD support
|
* Add Snappy framed format support (SnappyFramedInputStream, SnappyFramedOutputStream)
|
||||||
|
* Add SunOS support
|
||||||
|
* Dropped OpenBSD support
|
||||||
|
* OSGi support
|
||||||
|
|
||||||
## snappy-java-1.1.0-M4 (20 August 2013)
|
## snappy-java-1.1.0-M4 (20 August 2013)
|
||||||
* New JNI native code loading mechanism, which does not rely on native code injection.
|
* New JNI native code loading mechanism, which does not rely on native code injection.
|
||||||
|
@ -25,7 +25,7 @@ The snappy-java is a Java port of the snappy
|
|||||||
## Download
|
## Download
|
||||||
The current stable version is available from here:
|
The current stable version is available from here:
|
||||||
* Release version: http://code.google.com/p/snappy-java/downloads/list
|
* 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/
|
* 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).
|
If you are a Maven user, see [pom.xml example](#using-with-maven).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user