Skip to content

Commit 7c495e8

Browse files
committed
updated version number to v1.4.8
1 parent ceadfa2 commit 7c495e8

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

CHANGELOG

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
v1.4.7
1+
v1.4.8 (Dec 18, 2020)
2+
hotfix: wrong alignment of an internal buffer
3+
4+
v1.4.7 (Dec 16, 2020)
25
perf: stronger --long mode at high compression levels, by @senhuang42
36
perf: stronger --patch-from at high compression levels, thanks to --long improvements
47
perf: faster dictionary compression at medium compression levels, by @felixhandte

doc/zstd_manual.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<html>
22
<head>
33
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4-
<title>zstd 1.4.7 Manual</title>
4+
<title>zstd 1.4.8 Manual</title>
55
</head>
66
<body>
7-
<h1>zstd 1.4.7 Manual</h1>
7+
<h1>zstd 1.4.8 Manual</h1>
88
<hr>
99
<a name="Contents"></a><h2>Contents</h2>
1010
<ol>

lib/zstd.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extern "C" {
7272
/*------ Version ------*/
7373
#define ZSTD_VERSION_MAJOR 1
7474
#define ZSTD_VERSION_MINOR 4
75-
#define ZSTD_VERSION_RELEASE 7
75+
#define ZSTD_VERSION_RELEASE 8
7676
#define ZSTD_VERSION_NUMBER (ZSTD_VERSION_MAJOR *100*100 + ZSTD_VERSION_MINOR *100 + ZSTD_VERSION_RELEASE)
7777

7878
/*! ZSTD_versionNumber() :

programs/zstd.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.
2-
.TH "ZSTD" "1" "December 2020" "zstd 1.4.7" "User Commands"
2+
.TH "ZSTD" "1" "December 2020" "zstd 1.4.8" "User Commands"
33
.
44
.SH "NAME"
55
\fBzstd\fR \- zstd, zstdmt, unzstd, zstdcat \- Compress or decompress \.zst files

programs/zstdgrep.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.
2-
.TH "ZSTDGREP" "1" "December 2020" "zstd 1.4.7" "User Commands"
2+
.TH "ZSTDGREP" "1" "December 2020" "zstd 1.4.8" "User Commands"
33
.
44
.SH "NAME"
55
\fBzstdgrep\fR \- print lines matching a pattern in zstandard\-compressed files

programs/zstdless.1

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.
2-
.TH "ZSTDLESS" "1" "December 2020" "zstd 1.4.7" "User Commands"
2+
.TH "ZSTDLESS" "1" "December 2020" "zstd 1.4.8" "User Commands"
33
.
44
.SH "NAME"
55
\fBzstdless\fR \- view zstandard\-compressed files

0 commit comments

Comments
 (0)