gcp DIR1 DIR2 better handling:
- gcp DIR1 DIR2 where DIR2 exists is fixed
- special case gcp DIR1 DIR2 where DIR2 doesn't exist managed
- comments update
- refactore source_path in source_dir
author |
Goffi <goffi@goffi.org> |
date |
Mon, 20 Jun 2011 01:27:31 +0200 |
parents |
1ba3aa6ec463 |
children |
67385805ae48 |
rev |
line source |
51
|
1 gcp 0.1.2 (16/06/11): |
|
2 - removed bad fd close |
|
3 - crash fix when source file can't be openned |
|
4 - symbolic link skipping (--dereferrence and --no-dereferrence options) |
|
5 - unaccessible source dir crash fix |
|
6 - os.stat precision fix |
|
7 - manpage |
|
8 - install script |
29
|
9 gcp 0.1.1 (30/09/10): |
|
10 - double entry check in journal |
|
11 - unicode source_path send via dbus (second instance of gcp) fixed |
|
12 - errors are now shown after copy |
|
13 - fixed bad closure when a file already exists |
|
14 - added "gcp SOURCE_FILE DEST_FILE" syntax management |
35
|
15 gcp 0.1 (28/09/10): |
29
|
16 **INITIAL PUBLIC RELEASE** |