You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* We are waiting contributions of native libraries for varios platforms.
7
-
* Run `make native test` and send the result as a pull requset.
6
+
* We are waiting contributions of native libraries for various platforms.
7
+
* Run `make native test` and send the result as a pull request.
8
8
* We also test the usability of the newly added BitShuffle API before this release.
9
9
10
10
## snappy-java-1.1.4-M3 (2017-02-16)
@@ -26,7 +26,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
26
26
* Added support for armv5, armv6, armv7, android-arm, aarch64, ppc64
27
27
* Added BitShuffle (<https://github.com/kiyo-masui/bitshuffle>) class for better primitive array compression
28
28
* Using docker-based cross compilers for building native libraries
29
-
* AIX, FreeBSD, SunOS, IBM s390x are still using snappy 1.1.2. Your contirbutions of native libraries are welcome. Please send a pull request that contains the changes after runing`make native` in your platform.
29
+
* AIX, FreeBSD, SunOS, IBM s390x are still using snappy 1.1.2. Your contributions of native libraries are welcome. Please send a pull request that contains the changes after running`make native` in your platform.
30
30
31
31
## snappy-java-1.1.2.6 (2016-06-02)
32
32
* Fix a bug in SnappyInputStream when reading compressed data that happened to have the same first byte with the stream magic header (#142)
@@ -55,7 +55,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
55
55
56
56
## snappy-java-1.1.2-RC1 (13 May 2015)
57
57
* SnappyInputStream now supports reading concatenated compressed results of SnappyOutputStream
58
-
* There has been no compressed format change since 1.0.5.x. So You can read the compressed results interchangeablly between these versions.
58
+
* There has been no compressed format change since 1.0.5.x. So You can read the compressed results interchangeably between these versions.
59
59
* Fixes a problem when java.io.tmpdir does not exist.
60
60
61
61
## snappy-java-1.1.1.7 (14 Apr 2015)
@@ -85,7 +85,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
85
85
* Building with sbt
86
86
87
87
# snappy-java-1.0.5.2 (25 June 2014)
88
-
*Maintanance release
88
+
*Maintenance release
89
89
* Add PowerPC support ppc64le, ppc64 (big-endian)
90
90
91
91
# snappy-java-1.1.1-M2 (12 June 2014)
@@ -139,7 +139,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
139
139
140
140
## snappy-java-1.0.3.2 (August 23rd, 2011)
141
141
* Upgrade from the previous release is optional
142
-
* Add system properites to switch sytem installed native library or bundled
142
+
* Add system properties to switch system installed native library or bundled
143
143
library (issue 20, issue 26)
144
144
* source code tar ball (issue 25)
145
145
* primitive array read/write support (issue 24)
@@ -150,7 +150,7 @@ Since vesion 1.1.0.x, Java 6 (1.6) or higher is required.
150
150
* Rebuild win32 binary
151
151
152
152
## snappy-java-1.0.3 (July 11st, 2011)
153
-
*Deprected SnappyException. Instead snappy-java uses IOException to issue
153
+
*Deprecated SnappyException. Instead snappy-java uses IOException to issue
154
154
errors. This change is necessary to support JNI code injection to a parent
0 commit comments