Add release note
This commit is contained in:
parent
dc2dd27f85
commit
f2e54dce56
|
@ -1,9 +1,8 @@
|
||||||
## Features under consideration
|
|
||||||
* `SnappyIndexer` for parallel compression/decompression
|
|
||||||
* CUI commands (snap/unsnap)
|
|
||||||
|
|
||||||
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
|
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
|
||||||
|
|
||||||
|
## snappy-java-1.1.1.7 (14 Apr 2014)
|
||||||
|
* Fixes #100
|
||||||
|
|
||||||
## snappy-java-1.1.1.6 (26 Oct 2014)
|
## snappy-java-1.1.1.6 (26 Oct 2014)
|
||||||
* Fixes #88, #89, #90 and #91
|
* Fixes #88, #89, #90 and #91
|
||||||
* Fixed the broken build of 1.1.1.4 and memory leak bug 1.1.1.5 (so never use these versions)
|
* Fixed the broken build of 1.1.1.4 and memory leak bug 1.1.1.5 (so never use these versions)
|
||||||
|
|
|
@ -39,7 +39,7 @@ Add the following dependency to your pom.xml:
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xerial.snappy</groupId>
|
<groupId>org.xerial.snappy</groupId>
|
||||||
<artifactId>snappy-java</artifactId>
|
<artifactId>snappy-java</artifactId>
|
||||||
<version>1.1.1.6</version>
|
<version>1.1.1.7</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
@ -47,7 +47,7 @@ Add the following dependency to your pom.xml:
|
||||||
### Using with sbt
|
### Using with sbt
|
||||||
|
|
||||||
```
|
```
|
||||||
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.1.6"
|
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.1.7"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue