Skip to content

Commit bad1d21

Browse files
committed
4.7.4 release
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
1 parent 80339e7 commit bad1d21

File tree

10 files changed

+24
-76
lines changed

10 files changed

+24
-76
lines changed

Documentation/manpages/mksquashfs.1

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH MKSQUASHFS "1" "November 2025" "mksquashfs version 4.7.3" "User Commands"
2+
.TH MKSQUASHFS "1" "November 2025" "mksquashfs version 4.7.4" "User Commands"
33
.SH NAME
44
mksquashfs - tool to create and append to squashfs filesystems
55
.SH SYNOPSIS
@@ -295,7 +295,7 @@ allow tar files to be concatenated together and fed to Mksquashfs. Normally a t
295295
.SS "Expert options (these may make the filesystem unmountable):"
296296
.TP
297297
\fB\-stream\fR
298-
output the filesystem to STDOUT rather than to a file. This allows the output to be piped to another program or elsewhere with ssh. The resultant streamed Squashfs filesystem will not be a normal Squashfs filesystem because the super block will be at the end of the filesystem. But it can be fixed up afterwards with the \fB\-fix\fR option and Unsquashfs 4.7.3 can read streamed unfixed up filesystems directly. Use \- for the output FILESYSTEM on the command line. Duplicate detection is disabled using the \fB\-stream\fR option.
298+
output the filesystem to STDOUT rather than to a file. This allows the output to be piped to another program or elsewhere with ssh. The resultant streamed Squashfs filesystem will not be a normal Squashfs filesystem because the super block will be at the end of the filesystem. But it can be fixed up afterwards with the \fB\-fix\fR option and Unsquashfs 4.7.3 and later can read streamed unfixed up filesystems directly. Use \- for the output FILESYSTEM on the command line. Duplicate detection is disabled using the \fB\-stream\fR option.
299299
.TP
300300
\fB\-fix\fR FILESYSTEM
301301
fix FILESYSTEM generated using the \fB\-stream\fR option.
@@ -650,10 +650,10 @@ GNU General Public License for more details.
650650
.SH "SEE ALSO"
651651
unsquashfs(1), sqfstar(1), sqfscat(1)
652652
.PP
653-
The README for the Squashfs\-tools 4.7.3 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/README.md
653+
The README for the Squashfs\-tools 4.7.4 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.4/README.md
654654
.PP
655-
The MKSQUASHFS usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/USAGE\-MKSQUASHFS.md
655+
The MKSQUASHFS usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.4/USAGE\-MKSQUASHFS.md
656656
.PP
657657
The CHANGELOG for Squashfs tools can be read here https://github.com/plougher/squashfs\-tools/blob/master/CHANGES.md
658658
.PP
659-
The ACTIONS\-README for the actions subsystem can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/ACTIONS\-README.md
659+
The ACTIONS\-README for the actions subsystem can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.4/ACTIONS\-README.md

Documentation/manpages/sqfscat.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SQFSCAT "1" "November 2025" "sqfscat version 4.7.3" "User Commands"
2+
.TH SQFSCAT "1" "November 2025" "sqfscat version 4.7.4" "User Commands"
33
.SH NAME
44
sqfscat - tool to cat files from a squashfs filesystem to stdout
55
.SH SYNOPSIS

Documentation/manpages/sqfstar.1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH SQFSTAR "1" "November 2025" "sqfstar version 4.7.3" "User Commands"
2+
.TH SQFSTAR "1" "November 2025" "sqfstar version 4.7.4" "User Commands"
33
.SH NAME
44
sqfstar - tool to create a squashfs filesystem from a tar archive
55
.SH SYNOPSIS
@@ -209,7 +209,7 @@ allow PERCENT more threads to run in parallel than available processors. Doing
209209
.SS "Expert options (these may make the filesystem unmountable):"
210210
.TP
211211
\fB\-stream\fR
212-
output the filesystem to STDOUT rather than to a file. This allows the output to be piped to another program or elsewhere with ssh. The resultant streamed Squashfs filesystem will not be a normal Squashfs filesystem because the super block will be at the end of the filesystem. But it can be fixed up afterwards with the \fB\-fix\fR option and Unsquashfs 4.7.3 can read streamed unfixed up filesystems directly. Duplicate detection is disabled using the \fB\-stream\fR option.
212+
output the filesystem to STDOUT rather than to a file. This allows the output to be piped to another program or elsewhere with ssh. The resultant streamed Squashfs filesystem will not be a normal Squashfs filesystem because the super block will be at the end of the filesystem. But it can be fixed up afterwards with the \fB\-fix\fR option and Unsquashfs 4.7.3 and later can read streamed unfixed up filesystems directly. Duplicate detection is disabled using the \fB\-stream\fR option.
213213
.TP
214214
\fB\-fix\fR FILESYSTEM
215215
fix FILESYSTEM generated using the \fB\-stream\fR option.
@@ -486,8 +486,8 @@ GNU General Public License for more details.
486486
.SH "SEE ALSO"
487487
mksquashfs(1), unsquashfs(1), sqfscat(1)
488488
.PP
489-
The README for the Squashfs\-tools 4.7.3 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/README.md
489+
The README for the Squashfs\-tools 4.7.4 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.4/README.md
490490
.PP
491-
The Sqfstar usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/USAGE\-SQFSTAR.md
491+
The Sqfstar usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.4/USAGE\-SQFSTAR.md
492492
.PP
493493
The CHANGELOG for Squashfs tools can be read here https://github.com/plougher/squashfs\-tools/blob/master/CHANGES.md

Documentation/manpages/unsquashfs.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH UNSQUASHFS "1" "November 2025" "unsquashfs version 4.7.3" "User Commands"
2+
.TH UNSQUASHFS "1" "November 2025" "unsquashfs version 4.7.4" "User Commands"
33
.SH NAME
44
unsquashfs - tool to uncompress, extract and list squashfs filesystems
55
.SH SYNOPSIS

INSTALL

Lines changed: 0 additions & 9 deletions
This file was deleted.

README

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
The latest Squashfs-tools release is 4.7.3
2-
3-
The README file is in Documentation/<version>
4-
5-
Where <version> is the version of the Squashfs tools that you
6-
are using. This can be discovered by running the tool with
7-
the -version option, for example
8-
9-
% mksquashfs -version
1+
The documentation is in Documentation/4.7.4

README.md

Lines changed: 1 addition & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1 @@
1-
# Welcome to Squashfs-tools!
2-
3-
This is the official Squashfs-tools repository.
4-
5-
To build and install the tools please read the [Documentation/4.7.3/INSTALL.md file](Documentation/4.7.3/INSTALL.md)
6-
7-
To find out how use the latest release please start by reading [Documentation/4.7.3/README.md](Documentation/4.7.3/README.md)
8-
9-
The latest **4.7.3** release may have already been packaged for your distribution, please see "Packaging status" below.
10-
11-
Thanks
12-
13-
## Contents of the repository
14-
15-
<a href="https://repology.org/project/squashfs-tools/versions">
16-
<img src="https://repology.org/badge/vertical-allrepos/squashfs-tools.svg" alt="Packaging status" align="right">
17-
</a>
18-
19-
The top-level directory contains the following files:
20-
21-
* **ACKNOWLEDGEMENTS** - This contains some historical acknowlegements, this file has mostly been replaced by the Github issues tracker.
22-
* **CHANGES** - a reverse chronological list of changes from the latest release to the earliest release.
23-
* **INSTALL** - where to get the INSTALL file for your version of squashfs-tools.
24-
* **README** - where to get the README for you version of squashfs-tools.
25-
* **USAGE** - where to get the USAGE files for your version of squashfs-tools.
26-
27-
The top-level directory has the following directories:
28-
29-
* **Documentation** - this directory contains documentation for various versions of squashfs-tools, and it is split into subdirectories for versions 4.5 through to 4.7.3, the latest version is 4.7.3. It also has a directory containing prebuilt manpages for latest version of squashfs-tools.
30-
* **squashfs-tools** - the source code directory, enter this directory and type `make` to build, or `sudo make install` to install. Edit the Makefile to change the compression algorithms built and other defaults including install PATH, XATTR support, and number of parallel reader threads.
1+
The documentation is in Documentation/4.7.4

USAGE

Lines changed: 0 additions & 9 deletions
This file was deleted.

squashfs-tools/Makefile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Squashfs-tools 4.7.4 release
2+
RELEASE_VERSION = 4.7.4
3+
RELEASE_DATE = 2025/11/09
14
###############################################
25
# Build options #
36
###############################################
@@ -461,10 +464,10 @@ VERSION := $(RELEASE_VERSION)
461464
DATE := $(RELEASE_DATE)
462465
else
463466
ifeq ($(HASH),$Format:%h$)
464-
VERSION := 4.7.3-$(shell git show -s --pretty=format:%h)
467+
VERSION := 4.7.4-$(shell git show -s --pretty=format:%h)
465468
DATE := $(firstword $(subst -,/,$(shell git show -s --pretty=format:%ci)))
466469
else
467-
VERSION := 4.7.3-$(HASH)
470+
VERSION := 4.7.4-$(HASH)
468471
DATE := $(firstword $(subst -,/,$(FULLDATE)))
469472
endif
470473
endif

squashfs-tools/unsquashfs_help.c

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -250,11 +250,11 @@ static char *unsquashfs_text[]={
250250
"\nSee -ignore-errors, -strict-errors and -no-exit-code options for "
251251
"how they affect the exit status.\n",
252252
"\n", "See also (extra information elsewhere):", "\n",
253-
"The README for the Squashfs-tools 4.7.3 release, describing the new "
253+
"The README for the Squashfs-tools 4.7.4 release, describing the new "
254254
"features can be read here https://github.com/plougher/"
255-
"squashfs-tools/blob/master/Documentation/4.7.3/README.md\n",
255+
"squashfs-tools/blob/master/Documentation/4.7.4/README.md\n",
256256
"\nThe Unsquashfs usage guide can be read here https://github.com/"
257-
"plougher/squashfs-tools/blob/master/Documentation/4.7.3/"
257+
"plougher/squashfs-tools/blob/master/Documentation/4.7.4/"
258258
"USAGE-UNSQUASHFS.md\n",
259259
"\nThe CHANGELOG for Squashfs tools can be read here "
260260
"https://github.com/plougher/squashfs-tools/blob/master/"
@@ -323,11 +323,11 @@ static char *sqfscat_text[]={
323323
"\nSee -ignore-errors, -strict-errors and -no-exit-code options for "
324324
"how they affect the exit status.\n",
325325
"\n", "See also (extra information elsewhere):", "\n",
326-
"The README for the Squashfs-tools 4.7.3 release, describing the new "
326+
"The README for the Squashfs-tools 4.7.4 release, describing the new "
327327
"features can be read here https://github.com/plougher/"
328-
"squashfs-tools/blob/master/Documentation/4.7.3/README.md\n",
328+
"squashfs-tools/blob/master/Documentation/4.7.4/README.md\n",
329329
"\nThe Sqfscat usage guide can be read here https://github.com/"
330-
"plougher/squashfs-tools/blob/master/Documentation/4.7.3/"
330+
"plougher/squashfs-tools/blob/master/Documentation/4.7.4/"
331331
"USAGE-SQFSCAT.md\n",
332332
"\nThe CHANGELOG for Squashfs tools can be read here "
333333
"https://github.com/plougher/squashfs-tools/blob/master/"

0 commit comments

Comments
 (0)