Skip to content

Commit a143ab5

Browse files
committed
4.7.3 RELEASE
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
1 parent af838b3 commit a143ab5

File tree

8 files changed

+32
-35
lines changed

8 files changed

+32
-35
lines changed

Documentation/4.7.3/ACTIONS-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MKSQUASHFS ACTIONS
22

3-
This file describes how to use the Actions sub-system, and it has the following sections:
3+
This file describes how to use the Actions subsystem, and it has the following sections:
44

55
1. [Specification](#1-specification)
66
2. [Syntax](#2-syntax)

Documentation/manpages/mksquashfs.1

Lines changed: 8 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 MKSQUASHFS "1" "October 2025" "mksquashfs version 4.7.2-100f570" "User Commands"
2+
.TH MKSQUASHFS "1" "November 2025" "mksquashfs version 4.7.3" "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 the development Unsquashfs 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 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,6 +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.2 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2/README
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
654654
.PP
655-
The Squashfs\-tools USAGE guides and other documentation can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2
655+
The MKSQUASHFS usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/USAGE\-MKSQUASHFS.md
656+
.PP
657+
The CHANGELOG for Squashfs tools can be read here https://github.com/plougher/squashfs\-tools/blob/master/CHANGES.md
658+
.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

Documentation/manpages/sqfscat.1

Lines changed: 5 additions & 3 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 SQFSCAT "1" "October 2025" "sqfscat version 4.7.2-100f570" "User Commands"
2+
.TH SQFSCAT "1" "November 2025" "sqfscat version 4.7.3" "User Commands"
33
.SH NAME
44
sqfscat - tool to cat files from a squashfs filesystem to stdout
55
.SH SYNOPSIS
@@ -129,6 +129,8 @@ GNU General Public License for more details.
129129
.SH "SEE ALSO"
130130
mksquashfs(1), unsquashfs(1), sqfstar(1)
131131
.PP
132-
The README for the Squashfs\-tools 4.7.2 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2/README
132+
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
133133
.PP
134-
The Squashfs\-tools USAGE guides and other documentation can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2
134+
The Sqfscat usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/USAGE\-SQFSCAT.md
135+
.PP
136+
The CHANGELOG for Squashfs tools can be read here https://github.com/plougher/squashfs\-tools/blob/master/CHANGES.md

Documentation/manpages/sqfstar.1

Lines changed: 6 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" "October 2025" "sqfstar version 4.7.2-100f570" "User Commands"
2+
.TH SQFSTAR "1" "November 2025" "sqfstar version 4.7.3" "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 the development Unsquashfs 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 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,6 +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.2 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2/README
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
490490
.PP
491-
The Squashfs\-tools USAGE guides and other documentation can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2
491+
The Sqfstar usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/USAGE\-SQFSTAR.md
492+
.PP
493+
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: 5 additions & 3 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 UNSQUASHFS "1" "October 2025" "unsquashfs version 4.7.2-100f570" "User Commands"
2+
.TH UNSQUASHFS "1" "November 2025" "unsquashfs version 4.7.3" "User Commands"
33
.SH NAME
44
unsquashfs - tool to uncompress, extract and list squashfs filesystems
55
.SH SYNOPSIS
@@ -303,6 +303,8 @@ GNU General Public License for more details.
303303
.SH "SEE ALSO"
304304
mksquashfs(1), sqfstar(1), sqfscat(1)
305305
.PP
306-
The README for the Squashfs\-tools 4.7.2 release, describing the new features can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2/README
306+
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
307307
.PP
308-
The Squashfs\-tools USAGE guides and other documentation can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.2
308+
The Unsquashfs usage guide can be read here https://github.com/plougher/squashfs\-tools/blob/master/Documentation/4.7.3/USAGE\-UNSQUASHFS.md
309+
.PP
310+
The CHANGELOG for Squashfs tools can be read here https://github.com/plougher/squashfs\-tools/blob/master/CHANGES.md

INSTALL

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.2
2-
3-
The INSTALL 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+
Please see Documentation/4.7.3 for the INSTALL and INSTALL.md files.

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.2
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+
Please see Documentation/4.7.3 for the README and README.md files.

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.3 release
2+
RELEASE_VERSION = 4.7.3
3+
RELEASE_DATE = 2025/11/05
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.2-$(shell git show -s --pretty=format:%h)
467+
VERSION := 4.7.3-$(shell git show -s --pretty=format:%h)
465468
DATE := $(firstword $(subst -,/,$(shell git show -s --pretty=format:%ci)))
466469
else
467-
VERSION := 4.7.2-$(HASH)
470+
VERSION := 4.7.3-$(HASH)
468471
DATE := $(firstword $(subst -,/,$(FULLDATE)))
469472
endif
470473
endif

0 commit comments

Comments
 (0)