aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-05-20 10:25:48 +0200
committerPapoteur <papoteur@mageia.org>2019-05-20 10:25:48 +0200
commit0701170d7f4d566e23e67b61153ec861512d45e5 (patch)
tree9de74f773939d1e9c3c71b50013901f38fab4b24
parent6d5a427c491adf6a87ba5d5f1fa2116df39dbc7d (diff)
downloadisodumper-0701170d7f4d566e23e67b61153ec861512d45e5.tar
isodumper-0701170d7f4d566e23e67b61153ec861512d45e5.tar.gz
isodumper-0701170d7f4d566e23e67b61153ec861512d45e5.tar.bz2
isodumper-0701170d7f4d566e23e67b61153ec861512d45e5.tar.xz
isodumper-0701170d7f4d566e23e67b61153ec861512d45e5.zip
1.081.08
-rw-r--r--CHANGELOG4
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 84fbf6a..e2513af 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
The modifications are:
+IsoDumper 1.08
+--------------
+ - Translations update
+
IsoDumper 1.07
--------------
- Manage redraw during writing for GTK (mga#24273)
diff --git a/Makefile b/Makefile
index 1150e2b..5810a51 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1
SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/
PACKAGE = isodumper
-VERSION = 1.07
+VERSION = 1.08
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 755c315..656cd9a 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -112,7 +112,7 @@ class Info(object):
class IsoDumper(object):
- RELEASE="v1.07"
+ RELEASE="v1.08"
def get_devices(self):
self.list=self.u.find_devices()