aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-09 16:25:26 +0200
committerPapoteur <papoteur@mageia.org>2018-10-09 16:25:26 +0200
commitcc2dd029538f0c3f58ea012b228091d9c5d87d90 (patch)
treed4c0dfe10cd6d835ddcce2f65537cc86305f767b
parenta9d9b12f8397c2d25506e734c9153bdac9cc8aae (diff)
downloadisodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar
isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.gz
isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.bz2
isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.tar.xz
isodumper-cc2dd029538f0c3f58ea012b228091d9c5d87d90.zip
1.01
-rw-r--r--CHANGELOG6
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c3e5a5c..a367bbd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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
diff --git a/Makefile b/Makefile
index 8ccd557..8957e38 100644
--- a/Makefile
+++ b/Makefile
@@ -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',))