Changelog for
xcp-0.21.2+0-1.1.x86_64.rpm :
* Mon Jul 01 2024 Michael Vetter
- Update to 0.22.2:
* Update test-linux.sh to relax testing in the case of an unknown FS. See #54[1] for background
* Thu Jun 27 2024 Michael Vetter - Update to 0.21.1:
* Fix issue with time crate and nightly #53
* Mon Jun 24 2024 Michael Vetter - Update to 0.21.0:
* Add option to dereference symlinks.
* Fri Feb 23 2024 Michael Vetter - Update to 0.20.4:
* Add ACL testing.
* README cleanups, including adding a feature comparison to cp.
* Wed Feb 14 2024 Michael Vetter - Update to 0.20.3:
* Add more checks and tests for self-overwrite corner cases.
* Fri Feb 09 2024 Michael Vetter - Update to 0.20.2:
* Move to simpler libxcp driver API.
* Add some more pre-run checks for argument corner cases.
* Tue Feb 06 2024 Michael Vetter - Update to 0.20.1:
* Update shell completions with --no-timestamps option.
* Tue Feb 06 2024 Michael Vetter - Update to 0.20.0:
* Add copying of file timestamps. This is enabled by default, and can be disabled with the new --no-timestamps option.
* Fri Feb 02 2024 Michael Vetter - Update to 0.19.0:
* Add the ability to backup files that are about to be overwritten. cp style number-backups and auto-(numbered)-backups are supported.
* Thu Jan 25 2024 Michael Vetter - Update to 0.18.1:
* libxcp version should match xcp version for now
* The dyn driver instance doesn\'t really need to be Sync
* Wed Jan 24 2024 Michael Vetter - Update to 0.18.0:
* Internal rework to split the main xcp engine into libxcp.
* Sat Jan 13 2024 Michael Vetter - Update to 0.17.0:
* Shell completion scripts are now available for bash, fish, and zsh.
* Better handling and surfacing of errors, especially for the parblock driver.
* Major cleanups and refactoring of the drivers to remove duplication and facilitate reuse.
* Thu Dec 21 2023 Michael Vetter - Initial package of xcp 0.16.0 for openSUSE