aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-03-25 09:57:17 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-03-25 10:50:23 +0100
commitbd87f7c8a46cabe6d4c71d9cea74329898da31a7 (patch)
tree9a04cb781b5f17bb32e19663e37867cca32b5741
parenteb3db68d50b4c91c052c7099633d06382b571fc2 (diff)
Prepare 1.1.0 release
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md10
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 37fcb61..2625fb4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,20 +4,24 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
-## [Unreleased]
+## [1.1.0] - 2021-03-28
### Added
- tar2sqfs: support transparently reading stream compressed archives
- sqfs2tar: support creating stream compressed archives
- gensquashfs: support file globbing/filtering in the description file
- Support bzip2 compression for tar
-- Updated benchmarks, including benchmarks for decompression
+- Implement directory scanning for Windows
+- a `glob` keyword to `gensquashfs` for `find` like globbing from a directory.
### Changed
- Rewrite file I/O in the tools around an I/O stream wrapper which is used
to implement the transparent compression.
- Internal cleanups & restructuring, trying to improve maintainabillity and
testabillity of the code.
+- Updated benchmarks, including benchmarks for decompression.
- Drastic performance improvements of the xattr writer (#68).
+- Performance improvements in the thread pool block processor.
+- Bump zstd & xz versions for Windows binary releases.
### Fixed
- libsquashfs: Allow shared read access to generated images on Windows (#79)
@@ -390,7 +394,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Insert abstraction layers and split generic code off into support libraries
-[Unreleased]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.4...HEAD
+[1.1.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.4...v1.1.0
[1.0.4]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.1...v1.0.2
diff --git a/configure.ac b/configure.ac
index ddef2c5..71dc54b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_PROG_SED
AC_SYS_LARGEFILE
AC_CANONICAL_HOST
-AC_SUBST([LIBSQUASHFS_SO_VERSION], [2:0:1])
+AC_SUBST([LIBSQUASHFS_SO_VERSION], [2:1:1])
m4_ifndef([PKG_PROG_PKG_CONFIG],
[m4_fatal([Could not locate the pkg-config autoconf