aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-07-10 19:52:51 +0200
committerPapoteur <papoteur@mageia.org>2019-07-10 19:52:51 +0200
commitd4e8cd2933311cbbe435d9cf51896bd836fd3232 (patch)
tree81fba3d34e453a640806709304d90266dda743bb
parent3d9b39c47a3c90401f2c3fc7aecb68fbb417fa65 (diff)
downloadisodumper-d4e8cd2933311cbbe435d9cf51896bd836fd3232.tar
isodumper-d4e8cd2933311cbbe435d9cf51896bd836fd3232.tar.gz
isodumper-d4e8cd2933311cbbe435d9cf51896bd836fd3232.tar.bz2
isodumper-d4e8cd2933311cbbe435d9cf51896bd836fd3232.tar.xz
isodumper-d4e8cd2933311cbbe435d9cf51896bd836fd3232.zip
1.091.09
-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 e2513af..6c551a1 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
The modifications are:
+IsoDumper 1.09
+--------------
+ - Adapt to new method of signing ISO (Mageia 7)
+ - Translations update
IsoDumper 1.08
--------------
diff --git a/Makefile b/Makefile
index 5810a51..008b335 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1
SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/
PACKAGE = isodumper
-VERSION = 1.08
+VERSION = 1.09
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 656cd9a..b8cd453 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -112,7 +112,7 @@ class Info(object):
class IsoDumper(object):
- RELEASE="v1.08"
+ RELEASE="v1.09"
def get_devices(self):
self.list=self.u.find_devices()