aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-10-31 22:01:34 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-11-05 15:33:47 +0100
commit587b1066b3805e0c961cde893691bf993eb9c93f (patch)
tree7842cf2c045ea9737c9b3423501aa44ab986a722
parentf1abb5d5e8a98e3d98c1ec57b1b4125c23263238 (diff)
Patch level release 1.0.3v1.0.3
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md11
-rw-r--r--configure.ac4
2 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8797f15..1911e80 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.0.3] - 2020-11-05
+### Fixed
+- tar2sqfs: if --root-becomes is used, also retarget links (#70)
+- tar2sqfs: when skipping non-prefixed files, also skip contents (#70)
+- tar2sqfs: null-pointer dereference if a file with a broken path is skipped
+- rdsquashfs: correctly escape of the input file paths if prefixed
+
+### Added
+- Packing scripts for a various GNU/Linux distributions (#65, #67)
+
## [1.0.2] - 2020-09-03
### Fixed
- Fix block processor single block with don't fragment flag bug (#63)
@@ -349,6 +359,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.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
[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
diff --git a/configure.ac b/configure.ac
index b3bb300..77f9bf4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([squashfs-tools-ng], [1.0.2], [goliath@infraroot.at], squashfs-tools-ng)
+AC_INIT([squashfs-tools-ng], [1.0.3], [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:2:0])
+AC_SUBST([LIBSQUASHFS_SO_VERSION], [1:3:0])
m4_ifndef([PKG_PROG_PKG_CONFIG],
[m4_fatal([Could not locate the pkg-config autoconf