diff --git a/doc/changelog.txt b/doc/changelog.txt index 00bdd40..ad77656 100644 --- a/doc/changelog.txt +++ b/doc/changelog.txt @@ -1,3 +1,8 @@ +0.10 "" (released xx.xx.2010) + + * Correct shell quoting of commandline arguments. Now files with + spaces or other special characters are handled correctly. + 0.9 "Cargo" (released 26.3.2010) * Do not use the diff -B option when comparing archives. diff --git a/setup.py b/setup.py index 1006b1b..34595a0 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ import os from distutils.core import setup AppName = "patool" -AppVersion = "0.9" +AppVersion = "0.10" MyName = "Bastian Kleineidam" MyEmail = "calvin@users.sourceforge.net"