Add release note

This commit is contained in:
Taro L. Saito 2015-04-14 16:00:23 +09:00
parent dc2dd27f85
commit f2e54dce56
2 changed files with 5 additions and 6 deletions

View File

@ -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.
## snappy-java-1.1.1.7 (14 Apr 2014)
* Fixes #100
## snappy-java-1.1.1.6 (26 Oct 2014)
* 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)

View File

@ -39,7 +39,7 @@ Add the following dependency to your pom.xml:
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.1.6</version>
<version>1.1.1.7</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
@ -47,7 +47,7 @@ Add the following dependency to your pom.xml:
### Using with sbt
```
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.1.6"
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.1.7"
```