aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-01-23 08:48:39 +0100
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2021-01-23 09:01:58 +0100
commit574e89b968b671662c78bf5ae4a6dec9d4cdf3ff (patch)
treef447954ec10ce2b72f2b382c734208674a344efc /CHANGELOG.md
parent8026849fda277f54a2a3e4fa5cf5d183cbc84bef (diff)
Bump version numbers & changelog after 1.0.4 release
This commit imports the changes to the CHANGELOG.md in the backports branch after the 1.0.4 release and updates the package scripts to point to the new release. In addition, the version numbers in configure.ac are update to more closeley reflect reality, i.e. set the current so version and set the package version to 1.1.0 which will be the next release from master. The unreleased changes in master are also added to the CHANGELOG.md. Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1911e80..ec2e7be 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,32 @@ 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]
+### Added
+- tar2sqfs: support transparently reading stream compressed archives
+- sqfs2tar: support creating stream compressed archives
+- Support bzip2 compression for tar
+- Updated benchmarks, including benchmarks for decompression
+
+### Changed
+- Rewrite file I/O in the tools around an I/O stream wrapper which is used
+ to implement the transparent compression.
+- Internal cleanups & restructuring, trying to improve maintainabillity and
+ testabillity of the code.
+
+## [1.0.4] - 2021-01-23
+### Fixed
+- typos in documentation
+- libsquashfs: xattr_writer: fail if allocation fails
+- remove broken normalization of backslashes (#77, #78)
+- congestion in block processor when processing lots of tiny fragments
+- exact byte-for-byte matching during block deduplication
+- exact byte-for-byte matching during fragment deduplication
+
+### Added
+- new, extensible block processor create function required for
+ deduplication fixes
+
## [1.0.3] - 2020-11-05
### Fixed
- tar2sqfs: if --root-becomes is used, also retarget links (#70)
@@ -359,6 +385,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.4...HEAD
+[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
[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