Fix release note

This commit is contained in:
Taro L. Saito 2016-06-02 10:43:01 -07:00
parent 78c7823024
commit f2ae38deab
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,8 @@
Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
## snappy-java-1.1.2.5 (2016-06-02)
## snappy-java-1.1.2.6 (2016-06-02)
* Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)
* Never use 1.1.2.5 (This is a broken build)
## snappy-java-1.1.2.4 (2016-03-30)
* Improved `SnappyOutputStream.write(byte[], off, len)` performance.

View File

@ -1 +1 @@
version in ThisBuild := "1.1.2.5"
version in ThisBuild := "1.1.3-SNAPSHOT"