diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -2,6 +2,12 @@ The modifications are: +IsoDumper 1.01 +-------------- + - manage DBus configuration files + - correction of raw_write import + + IsoDumper 1.00 -------------- - add Magiback to deliver permissions over DBus on request @@ -32,7 +32,7 @@ POFILES = po DBUSDIR=$(SYSCONFDIR)/dbus-1 PACKAGE = isodumper -VERSION = 1.00 +VERSION = 1.01 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles diff --git a/lib/isodumper.py b/lib/isodumper.py index fa1e8f8..df67d67 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -413,7 +413,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B def __init__(self): APP="isodumper" DIR="/usr/share/locale" - self.RELEASE="v1.00" + self.RELEASE="v1.01" # Call translation catalog gettext.install(APP, localedir=DIR, names=('ngettext',)) |