aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-09-03 17:31:08 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-09-03 18:28:09 +0200
commitb96f0fc154feef531be76034bf6e38925636146f (patch)
tree82bb8c38a1e5a7e1191e5499ebcbe57b5c21eaf2
parentc6d289ab9e604369c25ed2c766842318f74e9256 (diff)
Patch level release 1.0.2v1.0.2
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md15
-rw-r--r--configure.ac4
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