summaryrefslogtreecommitdiff
path: root/pages/projects/squashfs-tools-ng/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/projects/squashfs-tools-ng/index.md')
-rw-r--r--pages/projects/squashfs-tools-ng/index.md90
1 files changed, 51 insertions, 39 deletions
diff --git a/pages/projects/squashfs-tools-ng/index.md b/pages/projects/squashfs-tools-ng/index.md
index 14cfc76..c9af7f6 100644
--- a/pages/projects/squashfs-tools-ng/index.md
+++ b/pages/projects/squashfs-tools-ng/index.md
@@ -42,26 +42,59 @@ The library and the tools that produce SquashFS images are designed to operate
deterministically. Same input will produce byte-for-byte identical output.
Failure to do so is treated as a critical bug.
+## Installing
+
+A number of Linux distributions already offer squashfs-tools-ng through
+their package management system. Replogy maintains an up to date list:
+
+[![Packaging status](https://repology.org/badge/vertical-allrepos/squashfs-tools-ng.svg)](https://repology.org/project/squashfs-tools-ng/versions)
+
+Pre-compiled binary packages for Windows are
+available [here](https://infraroot.at/pub/squashfs/windows).
+
+Those packages contain the binaries for the tools, the SquashFS library and
+pre-compiled dependency libraries (zstd, lzo, lzma; others are built in).
+
+The binary package does not contain any source code. The corresponding source
+code from which the 3rd party libraries have been built is also available for
+download at the above location.
+
+The headers and import libraries to build applications that use libsquashfs
+are included. For convenience, the pre-compiled, 3rd party dependency libraries
+also come with headers and import libraries.
+
## Version history
-| Date | Release |
-| ---------- | ------------------------------------------------------------------------------------------------------- |
-| 2020-09-03 | [squashfs-tools-ng 1.0.2 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.2.tar.xz) |
-| 2020-08-03 | [squashfs-tools-ng 1.0.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.1.tar.xz) |
-| 2020-06-13 | [squashfs-tools-ng 1.0.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.0.tar.xz) |
-| 2020-05-03 | [squashfs-tools-ng 0.9.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.9.1.tar.xz) |
-| 2020-03-30 | [squashfs-tools-ng 0.9.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.9.tar.xz) |
-| 2019-12-30 | [squashfs-tools-ng 0.8.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.8.tar.xz) |
-| 2019-10-08 | [squashfs-tools-ng 0.7.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.7.tar.xz) |
-| 2019-08-27 | [squashfs-tools-ng 0.6.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.6.1.tar.xz) |
-| 2019-08-22 | [squashfs-tools-ng 0.6.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.6.tar.xz) |
-| 2019-07-28 | [squashfs-tools-ng 0.5.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.5.tar.xz) |
-| 2019-07-17 | [squashfs-tools-ng 0.4.2 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.4.2.tar.xz) |
-| 2019-07-07 | [squashfs-tools-ng 0.4.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.4.1.tar.xz) |
-| 2019-07-04 | [squashfs-tools-ng 0.4.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.4.tar.xz) |
-| 2019-06-30 | [squashfs-tools-ng 0.3.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.3.tar.xz) |
-| 2019-06-13 | [squashfs-tools-ng 0.2.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.2.tar.xz) |
-| 2019-06-09 | [squashfs-tools-ng 0.1.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.1.tar.xz) |
+| Date | Release | Remarks |
+| ---------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------- |
+| 2023-03-11 | [squashfs-tools-ng 1.3.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.3.0.tar.xz) | Improved Windows filename handling, `tar2sqfs` exclude option |
+| 2022-12-03 | [squashfs-tools-ng 1.2.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.2.0.tar.xz) | Xattr manifest & manual file sort support |
+| 2022-12-03 | [squashfs-tools-ng 1.0.7 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.7.tar.xz) | Final relase of the 1.0.x backport branch |
+| 2022-03-30 | [squashfs-tools-ng 1.1.4 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.1.4.tar.xz) | Mostly Windows fixes, including character encoding |
+| 2021-08-15 | [squashfs-tools-ng 1.1.3 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.1.3.tar.xz) | Fixed accidental 4GiB limit for tarballs |
+| 2021-08-15 | [squashfs-tools-ng 1.0.6 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.6.tar.xz) | Contains backported fixes from 1.1.3 release |
+| 2021-06-25 | [squashfs-tools-ng 1.1.2 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.1.2.tar.xz) | |
+| 2021-06-25 | [squashfs-tools-ng 1.0.5 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.5.tar.xz) | Contains backported fixes from 1.1.2 release |
+| 2021-05-07 | [squashfs-tools-ng 1.1.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.1.1.tar.xz) | Fixed reading parallel compressed tarballs |
+| 2021-03-28 | [squashfs-tools-ng 1.1.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.1.0.tar.xz) | Support compressed tarballs, including bzip2 |
+| 2021-01-23 | [squashfs-tools-ng 1.0.4 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.4.tar.xz) | Force exact, byte-for-byte matches in deduplication |
+| 2020-11-05 | [squashfs-tools-ng 1.0.3 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.3.tar.xz) | |
+| 2020-09-03 | [squashfs-tools-ng 1.0.2 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.2.tar.xz) | |
+| 2020-08-03 | [squashfs-tools-ng 1.0.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.1.tar.xz) | |
+| 2020-06-13 | [squashfs-tools-ng 1.0.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-1.0.0.tar.xz) | First major relase with ABI frozen |
+| 2020-05-03 | [squashfs-tools-ng 0.9.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.9.1.tar.xz) | |
+| 2020-03-30 | [squashfs-tools-ng 0.9.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.9.tar.xz) | |
+| 2019-12-30 | [squashfs-tools-ng 0.8.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.8.tar.xz) | Windows & BSD port |
+| 2019-10-08 | [squashfs-tools-ng 0.7.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.7.tar.xz) | Public, LGPL licensed `libsquashfs` added |
+| 2019-08-27 | [squashfs-tools-ng 0.6.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.6.1.tar.xz) | |
+| 2019-08-22 | [squashfs-tools-ng 0.6.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.6.tar.xz) | `sqfsdiff` added |
+| 2019-07-28 | [squashfs-tools-ng 0.5.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.5.tar.xz) | NFS export support, largefile support |
+| 2019-07-17 | [squashfs-tools-ng 0.4.2 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.4.2.tar.xz) | |
+| 2019-07-07 | [squashfs-tools-ng 0.4.1 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.4.1.tar.xz) | |
+| 2019-07-04 | [squashfs-tools-ng 0.4.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.4.tar.xz) | |
+| 2019-06-30 | [squashfs-tools-ng 0.3.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.3.tar.xz) | `tar2sqfs` and `sqfs2tar` added |
+| 2019-06-13 | [squashfs-tools-ng 0.2.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.2.tar.xz) | |
+| 2019-06-09 | [squashfs-tools-ng 0.1.0 is released](https://infraroot.at/pub/squashfs/squashfs-tools-ng-0.1.tar.xz) | First working proof of concept |
## Documentation
@@ -84,27 +117,6 @@ as well as on [GitHub](https://github.com/AgentD/squashfs-tools-ng).
Those two Git trees are kept in sync and issues & pull-requests on the GitHub
pages are accepted.
-## Installing
-
-A number of Linux distributions already offer squashfs-tools-ng through
-their package management system. Replogy maintains an up to date list:
-
-[![Packaging status](https://repology.org/badge/vertical-allrepos/squashfs-tools-ng.svg)](https://repology.org/project/squashfs-tools-ng/versions)
-
-Pre-compiled binary packages for Windows are
-available [here](https://infraroot.at/pub/squashfs/windows).
-
-Those packages contain the binaries for the tools, the SquashFS library and
-pre-compiled dependency libraries (zstd, lzo, lzma; others are built in).
-
-The binary package does not contain any source code. The corresponding source
-code from which the 3rd party libraries have been built is also available for
-download at the above location.
-
-The headers and import libraries to build applications that use libsquashfs
-are included. For convenience, the pre-compiled, 3rd party dependency libraries
-also come with headers and import libraries.
-
## Contact
Besides the issue tracker on GitHub, you can reach me via e-mail as *goliath*