* Update test-linux.sh to relax testing in the case of an unknown
FS. See #54[1] for background
OBS-URL: https://build.opensuse.org/package/show/utilities/xcp?expand=0&rev=11
86 lines
3.1 KiB
Plaintext
86 lines
3.1 KiB
Plaintext
-------------------------------------------------------------------
|
|
Mon Jul 1 06:25:09 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- 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 05:47:02 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.21.1:
|
|
* Fix issue with time crate and nightly #53
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Jun 24 08:09:03 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.21.0:
|
|
* Add option to dereference symlinks.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 23 06:01:38 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.20.4:
|
|
* Add ACL testing.
|
|
* README cleanups, including adding a feature comparison to cp.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 14 13:53:45 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.20.3:
|
|
* Add more checks and tests for self-overwrite corner cases.
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Feb 9 05:54:18 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.20.2:
|
|
* Move to simpler libxcp driver API.
|
|
* Add some more pre-run checks for argument corner cases.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 6 07:20:35 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.20.1:
|
|
* Update shell completions with --no-timestamps option.
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 6 07:19:59 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- 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 2 11:45:31 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- 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 08:03:59 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- 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 06:56:03 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Update to 0.18.0:
|
|
* Internal rework to split the main xcp engine into libxcp.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Jan 13 08:24:11 UTC 2024 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- 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 10:30:01 UTC 2023 - Michael Vetter <mvetter@suse.com>
|
|
|
|
- Initial package of xcp 0.16.0 for openSUSE
|