From ab0b93778426c376436690ba6e54374bf830d213 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Fri, 7 May 2021 12:54:19 +0200 Subject: Patch level release of version 1.1.1 Signed-off-by: David Oberhollenzer --- CHANGELOG.md | 11 +++++++++++ configure.ac | 4 ++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2625fb4..9407199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ 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). +## [1.1.1] - 2021-05-07 +### Fixed +- tar2sqfs: currectly process concatenated xz streams from parallel compression +- sqfs2tar: don't report an error if fsync() returns EINVAL +- libsquashfs: static linking on Windows +- libsquashfs: visibillity of internal mempool functions +- libsquashfs: add sqfs_free() function, mainly for Windows portabillity +- libsquashfs: block processor: Fix account for manually submitted blocks +- Fix build failure if configured with --without-tools + ## [1.1.0] - 2021-03-28 ### Added - tar2sqfs: support transparently reading stream compressed archives @@ -394,6 +404,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 +[1.1.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.1.0...v1.1.1 [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 diff --git a/configure.ac b/configure.ac index 71dc54b..1aaf55b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([squashfs-tools-ng], [1.1.0], [goliath@infraroot.at], squashfs-tools-ng) +AC_INIT([squashfs-tools-ng], [1.1.1], [goliath@infraroot.at], squashfs-tools-ng) AC_CONFIG_MACRO_DIR([m4]) AM_INIT_AUTOMAKE([foreign dist-xz subdir-objects]) AM_SILENT_RULES([yes]) @@ -11,7 +11,7 @@ AC_PROG_SED AC_SYS_LARGEFILE AC_CANONICAL_HOST -AC_SUBST([LIBSQUASHFS_SO_VERSION], [2:1:1]) +AC_SUBST([LIBSQUASHFS_SO_VERSION], [3:0:2]) m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([Could not locate the pkg-config autoconf -- cgit v1.2.3