Skip to content

Releases: tarka/xcp

v0.21.2

29 Jun 00:50
Compare
Choose a tag to compare
  • Update test-linux.sh to relax testing in the case of an unknown FS. See #54 for background. Thanks to @xiota and tarball on AUR.

v0.21.1

27 Jun 01:13
Compare
Choose a tag to compare
  • Fix issue with time crate and nightly. Fixes #53. Thanks to @Cannedfood for the report.

v0.21.0

22 Jun 03:46
Compare
Choose a tag to compare
  • Add option to dereference symlinks.

v0.20.4

23 Feb 02:34
Compare
Choose a tag to compare
  • Add ACL testing.
  • README cleanups, including adding a feature comparison to cp.

v0.20.3

14 Feb 01:17
Compare
Choose a tag to compare

Add more checks and tests for self-overwrite corner cases.

v0.20.2

09 Feb 04:47
Compare
Choose a tag to compare
  • Move to simpler libxcp driver API.
  • Add some more pre-run checks for argument corner cases.

libxcp-v0.21.0

09 Feb 04:45
Compare
Choose a tag to compare
  • Better handling of FIFO files.
  • Remove copy_single() driver API in favour of using a single API for single and recursive copies.
  • More error-handling/surfacing improvements.

libfs-v0.7.0

09 Feb 04:43
Compare
Choose a tag to compare

Add Block to recognised file types.

v0.20.1

06 Feb 04:12
Compare
Choose a tag to compare

Update shell completions with --no-timestamps option.

v0.20.0

06 Feb 04:08
Compare
Choose a tag to compare

This release adds copying of file timestamps. This is enabled by default, and can be disabled with the new --no-timestamps option.