diff options
author | Papoteur <papoteur@mageia.org> | 2018-10-09 16:25:26 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-10-09 16:25:26 +0200 |
commit | cc2dd029538f0c3f58ea012b228091d9c5d87d90 (patch) | |
tree | d4c0dfe10cd6d835ddcce2f65537cc86305f767b | |
parent | a9d9b12f8397c2d25506e734c9153bdac9cc8aae (diff) | |
download | isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.gz isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.bz2 isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.xz isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.zip |
1.01
-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',)) |