diff options
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,9 @@ The modifications are: +IsoDumper 1.09 +-------------- + - Adapt to new method of signing ISO (Mageia 7) + - Translations update IsoDumper 1.08 -------------- @@ -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() |