Merge branch 'develop' of github.com:xerial/snappy-java into develop
This commit is contained in:
commit
e194441d51
|
@ -2,6 +2,9 @@
|
|||
* `SnappyIndexer` for parallel compression/decompression
|
||||
* CUI commands (snap/unsnap)
|
||||
|
||||
## snappy-java-1.0.5-M2 (27 September 2012)
|
||||
* Upgrade release for snappy-1.0.5
|
||||
|
||||
## snappy-java-1.0.4.1 (5 September 2011)
|
||||
* Fixes issue 33: Fixes a problem when reading incomplete input stream
|
||||
|
||||
|
|
|
@ -23,10 +23,10 @@ The snappy-java is a Java port of the snappy
|
|||
|
||||
## Download
|
||||
The current stable version is available from here:
|
||||
* Release version: http://maven.xerial.org/repository/artifact/org/xerial/snappy/snappy-java
|
||||
* [release plans](./snappy-java/Milestone.md)
|
||||
* Release version: http://code.google.com/p/snappy-java/downloads/list
|
||||
* [Release plans](https://github.com/xerial/snappy-java/blob/develop/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 [#Using_with_Maven]
|
||||
If you are a Maven user, see [pom.xml example](#using-with-maven).
|
||||
|
||||
## Usage
|
||||
First, import `org.xerial.snapy.Snappy` in your Java code:
|
||||
|
|
Loading…
Reference in New Issue