Skip to content
This repository was archived by the owner on Dec 2, 2025. It is now read-only.

Commit 16ec10d

Browse files
committed
Update README.md and CHANGES.md for 1.5.0
1 parent 434d28a commit 16ec10d

2 files changed

Lines changed: 40 additions & 4 deletions

File tree

CHANGES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
# Change log
22

3+
## 1.5.0
4+
5+
- Upgraded LZ4 to 1.8.3. Updated JNI bindings for Linux/amd64,
6+
Linux/ppc64le, Linux/s390x, Linux/aarch64, and Mac OS Darwin/x86_64.
7+
A speed-up is expected on these platforms.
8+
Note that the JNI bindings for Linux/i386 and Win32 still work
9+
but are based on old LZ4 r123. Contributions of the JNI
10+
bindings for these and other platforms are more than welcome.
11+
12+
- [#119](https://github.com/lz4/lz4-java/issues/119)
13+
Implemented LZ4CompressorWithLength, which includes the length of
14+
the original decompressed data in the output compressed data,
15+
and corresponding LZ4DecompressorWithLength. (Rei Odaira)
16+
17+
- [#118](https://github.com/lz4/lz4-java/pull/118)
18+
Added build status to README. (Daniel Yu)
19+
20+
- [#116](https://github.com/lz4/lz4-java/issues/116)
21+
Changed LZ4BlockOutputStream and LZ4BlockInputStream to non-final
22+
for better testing support. (Rei Odaira)
23+
24+
- [#113](https://github.com/lz4/lz4-java/pull/113)
25+
Compressor and checksum can be specified for LZ4FrameOutputStream.
26+
(Elan Kugelmass)
27+
28+
- [#111](https://github.com/lz4/lz4-java/pull/111)
29+
Added lz4 sources as a git submodule. (Daniel Yu)
30+
31+
- [#110](https://github.com/lz4/lz4-java/pull/110)
32+
Enabled Travis CI. (Daniel Yu)
33+
34+
- Better test coverage. (Rei Odaira)
35+
36+
- Supported build with Java 9. Note that the distribution is still
37+
built with Java 7. (Rei Odaira)
38+
339
## 1.4.1
440

541
- [#120](https://github.com/lz4/lz4-java/pull/120)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ You can download released artifacts from [Maven Central](http://repo1.maven.org/
119119

120120
# Documentation
121121

122-
- [lz4](https://lz4.github.io/lz4-java/1.4.1/docs/net/jpountz/lz4/package-summary.html)
123-
- [xxhash](https://lz4.github.io/lz4-java/1.4.1/docs/net/jpountz/xxhash/package-summary.html)
122+
- [lz4](https://lz4.github.io/lz4-java/1.5.0/docs/net/jpountz/lz4/package-summary.html)
123+
- [xxhash](https://lz4.github.io/lz4-java/1.5.0/docs/net/jpountz/xxhash/package-summary.html)
124124
- [changelog](https://github.com/lz4/lz4-java/blob/master/CHANGES.md)
125125

126126
# Performance
@@ -130,8 +130,8 @@ hashing performance can depend a lot on the input (there are lies, damn lies
130130
and benchmarks), here are some benchmarks that try to give a sense of the
131131
speed at which they compress/decompress/hash bytes.
132132

133-
- [lz4 compression](https://lz4.github.io/lz4-java/1.4.0/lz4-compression-benchmark/)
134-
- [lz4 decompression](https://lz4.github.io/lz4-java/1.4.0/lz4-decompression-benchmark/)
133+
- [lz4 compression](https://lz4.github.io/lz4-java/1.5.0/lz4-compression-benchmark/)
134+
- [lz4 decompression](https://lz4.github.io/lz4-java/1.5.0/lz4-decompression-benchmark/)
135135
- [xxhash hashing](https://lz4.github.io/lz4-java/1.3.0/xxhash-benchmark/)
136136

137137
# Build

0 commit comments

Comments
 (0)