aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-08-03 16:40:35 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2020-08-03 21:32:12 +0200
commitb1df58225cc5d4b12aa756e708f416fd09bc76f9 (patch)
treed26203e5026ca130364d9df92051594018e352a6
parent5be76df1571c2b7cdd5c8f93d9aa70cea4f202fc (diff)
Patch level release 1.0.1v1.0.1
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
-rw-r--r--CHANGELOG.md11
-rw-r--r--configure.ac4
2 files changed, 12 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 121f3bb..624557a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [1.0.1] - 2020-08-03
+### Fixed
+- Xattr reader: re-read the header after seaking to an OOL value (#60)
+- Documentation: mention the file name limit imposed by the kernel
+- Documentation: fix wrong magic value and stray tabs in format.txt (#61)
+- Fix block bounds checking in libsquashfs data reader (#58)
+- Fix build issue caused by demo code that didn't have (#57, #59)
+
## [1.0.0] - 2020-06-13
### Added
- Expose more fine grained control values & flags on the XZ and LZMA compressors
@@ -330,7 +338,8 @@ 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.0...HEAD
+[Unreleased]: https://github.com/AgentD/squashfs-tools-ng/compare/v1.0.1...HEAD
+[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
[0.9.0]: https://github.com/AgentD/squashfs-tools-ng/compare/v0.8...v0.9
diff --git a/configure.ac b/configure.ac
index 54d43f1..a45532e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
-AC_INIT([squashfs-tools-ng], [1.0.0], [goliath@infraroot.at], squashfs-tools-ng)
+AC_INIT([squashfs-tools-ng], [1.0.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], [1:0:0])
+AC_SUBST([LIBSQUASHFS_SO_VERSION], [1:1:0])
m4_ifndef([PKG_PROG_PKG_CONFIG],
[m4_fatal([Could not locate the pkg-config autoconf