Mercurial > gcp
changeset 61:67385805ae48
updated version number & changelog
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 20 Jun 2011 14:30:45 +0200 |
parents | 40ec9445060a |
children | 205e04bed82e |
files | CHANGELOG README gcp setup.py |
diffstat | 4 files changed, 8 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CHANGELOG Mon Jun 20 14:27:06 2011 +0200 +++ b/CHANGELOG Mon Jun 20 14:30:45 2011 +0200 @@ -1,3 +1,8 @@ +gcp 0.1.3 (20/06/11): + - fixed exit status + - updated manpage with exit status + - gcp DIR1 DIR2 syntax fixed + - tests gcp 0.1.2 (16/06/11): - removed bad fd close - crash fix when source file can't be openned
--- a/README Mon Jun 20 14:27:06 2011 +0200 +++ b/README Mon Jun 20 14:30:45 2011 +0200 @@ -1,4 +1,4 @@ -gcp v0.1.2 +gcp v0.1.3 (c) Jérôme Poisson aka Goffi 2010, 2011 gcp (Goffi's cp) is a files copier.
--- a/gcp Mon Jun 20 14:27:06 2011 +0200 +++ b/gcp Mon Jun 20 14:30:45 2011 +0200 @@ -54,7 +54,7 @@ NAME = "gcp (Goffi's copier)" NAME_SHORT = "gcp" -VERSION = '0.1.2' +VERSION = '0.1.3' ABOUT = NAME+u" v"+VERSION+u""" (c) Jérôme Poisson (aka Goffi) 2010, 2011
--- a/setup.py Mon Jun 20 14:27:06 2011 +0200 +++ b/setup.py Mon Jun 20 14:30:45 2011 +0200 @@ -11,7 +11,7 @@ name = 'gcp' setup(name=name, - version='0.1.2', + version='0.1.3', description=u"gcp is an advanced copy tool loosely inspired from cp", long_description=u'gcp is a command-line tool to copy files, loosely inspired from cp, but with high level functionalities such as progress bar, copy continuation on error, journaling to know which files were successfuly copied, name mangling to workaround filesystem limitations (FAT), unique copy queue, copy list managemet, command arguments close to cp', author='Goffi (Jérôme Poisson)',