From b96f0fc154feef531be76034bf6e38925636146f Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Thu, 3 Sep 2020 17:31:08 +0200 Subject: Patch level release 1.0.2 Signed-off-by: David Oberhollenzer --- CHANGELOG.md | 15 +++++++++++++-- configure.ac | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 624557a..8797f15 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,18 @@ 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.0.2] - 2020-09-03 +### Fixed +- Fix block processor single block with don't fragment flag bug (#63) +- Fix libtar treatment of link targets that fill the header field (#64) +- Fix tree node path generation for detached sub trees (#66) +- Fix rdsquashfs unpack under Windows if a directory exists +- Clarify copyright status of documentation & build system + +### Added +- Support for GNU tar sparse format 1.0. +- A spec file to build RPM packages (#65). +- A `--stat` option to rdsquashfs ## [1.0.1] - 2020-08-03 ### Fixed @@ -338,7 +349,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.1...HEAD +[1.0.2]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.9.1...v1.0.0 [0.9.1]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.9...v0.9.1 diff --git a/configure.ac b/configure.ac index a45532e..b3bb300 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.60]) -AC_INIT([squashfs-tools-ng], [1.0.1], [goliath@infraroot.at], squashfs-tools-ng) +AC_INIT([squashfs-tools-ng], [1.0.2], [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], [1:1:0]) +AC_SUBST([LIBSQUASHFS_SO_VERSION], [1:2:0]) m4_ifndef([PKG_PROG_PKG_CONFIG], [m4_fatal([Could not locate the pkg-config autoconf -- cgit v1.2.3