# HG changeset patch # User Goffi # Date 1308573045 -7200 # Node ID 67385805ae48ac2cafa1c588e8a8712f236a7984 # Parent 40ec9445060ade2c6a06a88bf947da773c42af2b updated version number & changelog diff -r 40ec9445060a -r 67385805ae48 CHANGELOG --- 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 diff -r 40ec9445060a -r 67385805ae48 README --- 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. diff -r 40ec9445060a -r 67385805ae48 gcp --- 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 diff -r 40ec9445060a -r 67385805ae48 setup.py --- 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)',