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

Commit 1320a54

Browse files
committed
Update README.md and CHANGES.md for 1.5.1
1 parent 3b982a3 commit 1320a54

2 files changed

Lines changed: 22 additions & 4 deletions

File tree

CHANGES.md

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

3+
## 1.5.1
4+
5+
- [#135](https://github.com/lz4/lz4-java/issues/135)
6+
Updated the JNI binding for Win32/amd64 from old LZ4 r123
7+
to LZ4 1.8.3. (Rei Odaira)
8+
9+
- [#134](https://github.com/lz4/lz4-java/issues/134)
10+
Added Automatic-Module-Name to the manifest to support
11+
the Java 9 modularity. (Rei Odaira)
12+
13+
- [#131](https://github.com/lz4/lz4-java/issues/131)
14+
Made the StreamingXXHash*JNI methods synchronized to avoid
15+
a rare-case race condition with GC. (Roman Leventov, Rei Odaira)
16+
17+
- [#128](https://github.com/lz4/lz4-java/pull/128)
18+
Changed the Maven Central download link from a direct link
19+
to a search link. (Adam Retter)
20+
321
## 1.5.0
422

523
- Upgraded LZ4 to 1.8.3. Updated JNI bindings for Linux/amd64,

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](https://search.maven.or
119119

120120
# Documentation
121121

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)
122+
- [lz4](https://lz4.github.io/lz4-java/1.5.1/docs/net/jpountz/lz4/package-summary.html)
123+
- [xxhash](https://lz4.github.io/lz4-java/1.5.1/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.5.0/lz4-compression-benchmark/)
134-
- [lz4 decompression](https://lz4.github.io/lz4-java/1.5.0/lz4-decompression-benchmark/)
133+
- [lz4 compression](https://lz4.github.io/lz4-java/1.5.1/lz4-compression-benchmark/)
134+
- [lz4 decompression](https://lz4.github.io/lz4-java/1.5.1/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)