Skip to content

v1.4.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 03 Sep 13:44
· 25 commits to master since this release
v1.4.0
d18c2e7

Features

  • 217004b added --preserve option which is similar to GNU cp command. If --preserve option is given, cpx command will copy uid, gid, atime, and mtime of the source file.
  • 4ca9f72 added --update option which is similar to GNU cp command. If --update option is given, cpx command will copy the files only if the source file is newer than the file on destination.

Bug Fixes

  • Until 1.3.x, copied files might have a different mode from the original files. Now cpx command copy the mode correctly.