Changelog for
fsarchiver-0.8.6-bp154.1.24.x86_64.rpm :
* Mon Mar 01 2021 Michael Vetter
- Update to 0.8.6:
* Add support for EXT4 fast_commit feature
* Add support for XFS features inobtcount and bigtime
* Fix handling of compression options on the command line
* Specify device as the last argument in mkfs calls
* Mon Jul 16 2018 mpluskalAATTsuse.com- Use pkgconfig style dependencies- Drop not needed dependencies
* Mon Jul 16 2018 mvetterAATTsuse.com- Update to 0.8.5:
* Improved support for extfs filesystems (Contribution from Marcos Mello)
* Fixed build issue with e2fsprogs < 1.41 (Contribution from Marcos Mello)
* Fixed build issue related to xattr.h (Contribution from Lars Wendler)- Remove fsarchiver-attr.patch: upstreamed
* Tue Feb 20 2018 mvetterAATTsuse.com- Update to 0.8.4:
* Added support for zstd compression algorithm (New option ā-Zā).- Add BuildRequires: libzstd-devel.
* Fri Jan 05 2018 lazy.kentAATTopensuse.org- Update to 0.8.3.
* Implemented LZ4 compression.- Add BuildRequires: pkgconfig(liblz4).
* Fri Sep 01 2017 lazy.kentAATTopensuse.org- Update to 0.8.2.
* Add support for the latest ext4 filesystem features.
* Improved support of large block device when restoring extfs filesystems.
* Wed Jan 11 2017 lazy.kentAATTopensuse.org- Update to 0.8.1.
* Improved support for XFS filesystem.
* Updated documentation and comments in the sources.
* Thu Aug 11 2016 lazy.kentAATTopensuse.org- Update to 0.8.0.
* Implemented FAT filesystem support for EFI system partitions.
* Allow user to specify new filesystem label or UUID during restfs.
* Fixed more errors and warnings reported by cppcheck.- Changes in 0.6.24.
* Updated man page and description of the commands and options.
* Support for sparse inode chunks on XFS v5.
* Avoid internationalization when running commands so mkfs output can be parsed properly.
* Tue Jul 05 2016 lazy.kentAATTopensuse.org- Update to 0.6.23.
* Added micro-seconds to timestamp used in the name of the temporary directory.
* Fixed memory leaks on failure scenarios and protect against buffer overflows in scanf.
* Fixed possible failure to restore ext4 filesystems when mkfs running in interactive mode.
* Fixed compilation errors with the musl libc.- Refresh fsarchiver-attr.patch.
* Sat Feb 13 2016 lazy.kentAATTopensuse.org- Update to 0.6.22.
* Test support for extended attributes and ACLs instead of checking mount options.
* Fri Jan 08 2016 lazy.kentAATTopensuse.org- Update to 0.6.21.
* Removed duplicate types definitions in order to fix compilation errors.
* Attempt to unmount a device four times before failing.- Changes in 0.6.20.
* Detect version of XFS filesystems in order to preserve it when they are restored.
* Add support for XFS filesystems features introduced in XFS version 5.
* Make sure the UUIDs of XFS filesystems are always preserved.- Update fsarchiver-types.patch: partially fixed upstream.- Correct source URL.- Install more docs.