CHANGELOG: reformat, update

This commit is contained in:
Matteo Cypriani 2018-06-20 17:23:49 +02:00
parent f99dcc1e2c
commit c86dae222a
1 changed files with 35 additions and 21 deletions

View File

@ -1,21 +1,35 @@
gcp 0.1.3 (20/06/11): gcp 0.2.0 (UNRELEASED, Matteo Cypriani):
- fixed exit status - actually switch to Python3
- updated manpage with exit status - cp compatibibility:
- gcp DIR1 DIR2 syntax fixed + don't preserve any attributes by default (Jingbei Li)
- tests + added -p switch (same as --preserve=mode,ownership,timestamps)
gcp 0.1.2 (16/06/11): + added -R switch (same as --recursive)
- removed bad fd close - new --fs-fix option
- crash fix when source file can't be openned
- symbolic link skipping (--dereferrence and --no-dereferrence options) gcp 0.1.4.dev1 (unreleased, Jingbei Li):
- unaccessible source dir crash fix - main Python3 migration work
- os.stat precision fix
- manpage gcp 0.1.3 (2011-06-20, Goffi):
- install script - fixed exit status
gcp 0.1.1 (30/09/10): - updated manpage with exit status
- double entry check in journal - gcp DIR1 DIR2 syntax fixed
- unicode source_path send via dbus (second instance of gcp) fixed - tests
- errors are now shown after copy
- fixed bad closure when a file already exists gcp 0.1.2 (2011-06-16, Goffi):
- added "gcp SOURCE_FILE DEST_FILE" syntax management - removed bad fd close
gcp 0.1 (28/09/10): - crash fix when source file can't be openned
**INITIAL PUBLIC RELEASE** - symbolic link skipping (--dereferrence and --no-dereferrence options)
- unaccessible source dir crash fix
- os.stat precision fix
- manpage
- install script
gcp 0.1.1 (2010-09-30, Goffi):
- double entry check in journal
- unicode source_path send via dbus (second instance of gcp) fixed
- errors are now shown after copy
- fixed bad closure when a file already exists
- added "gcp SOURCE_FILE DEST_FILE" syntax management
gcp 0.1 (2010-09-28, Goffi):
- **INITIAL PUBLIC RELEASE**