Add 1.1.2-RC1 release notes
This commit is contained in:
parent
d1745ebfcb
commit
50e67d710e
|
@ -1,6 +1,11 @@
|
|||
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
|
||||
|
||||
## snappy-java-1.1.1.7 (14 Apr 2014)
|
||||
## snappy-java-1.1.2-RC1 (13 May 2015)
|
||||
* SnappyInputStream now supports reading concatenated compressed results of SnappyOutputStream
|
||||
* There has been no compressed format change since 1.0.5.x. So You can read the compressed results interchangeablly between these versions.
|
||||
* Fixes a problem when java.io.tmpdir does not exist.
|
||||
|
||||
## snappy-java-1.1.1.7 (14 Apr 2015)
|
||||
* Fixes #100
|
||||
|
||||
## snappy-java-1.1.1.6 (26 Oct 2014)
|
||||
|
|
|
@ -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.7</version>
|
||||
<version>1.1.2-RC1</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.7"
|
||||
libraryDependencies += "org.xerial.snappy" % "snappy-java" % "1.1.2-RC1"
|
||||
```
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue