Skip to content

Commit c9c4cf6

Browse files
committed
Fix doc for 1.1.0-M4
1 parent 2cfd0ae commit c9c4cf6

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

Milestone.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
* `SnappyIndexer` for parallel compression/decompression
33
* CUI commands (snap/unsnap)
44

5+
## snappy-java-1.1.0 (TBD)
6+
* Add FreeBSD support
7+
8+
## snappy-java-1.1.0-M4 (20 August 2013)
9+
* New JNI native code loading mechanism, which does not rely on native code injection.
10+
* Add OpenBSD support
11+
* Add Framed format support
12+
* Recovered 32-bit Mac support
13+
* Fixes several issues
14+
* Target to Java6 (Java5 will be no longer supported)
15+
* Add zero-copy compression, decompression and isValidCompressedData for LArray <https://github.com/xerial/larray>
16+
517
## snappy-java-1.1.0-M3 (28 March 2013)
618
* Fix linux amd64 build (embed libstdc++)
719
* Fixes #26

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ In addition, high-level methods (`Snappy.compress(String)`, `Snappy.compress(flo
5454
### Stream-based API
5555
Stream-based compressor/decompressor `SnappyOutputStream`/`SnappyInputStream` are also available for reading/writing large data sets.
5656

57-
* [Javadoc API](https://oss.sonatype.org/service/local/repositories/releases/archive/org/xerial/snappy/snappy-java/1.1.0-M3/snappy-java-1.1.0-M3-javadoc.jar/!/index.html)
57+
* [Javadoc API](https://oss.sonatype.org/service/local/repositories/releases/archive/org/xerial/snappy/snappy-java/1.1.0-M4/snappy-java-1.1.0-M4-javadoc.jar/!/index.html)
5858

5959
### Setting classpath
6060
If you have snappy-java-(VERSION).jar in the current directory, use `-classpath` option as follows:

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>org.xerial.snappy</groupId>
66
<artifactId>snappy-java</artifactId>
7-
<version>1.1.0-SNAPSHOT</version>
7+
<version>1.1.0-M4</version>
88
<name>Snappy for Java</name>
99
<description>snappy-java: A fast compression/decompression library</description>
1010
<packaging>bundle</packaging>

0 commit comments

Comments
 (0)