diff options
author | Papoteur <papoteur@mageia.org> | 2019-07-24 15:48:46 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2019-07-24 15:52:03 +0200 |
commit | 53a445b5c5dd1a4137402213e6de45297887db85 (patch) | |
tree | 9c49f9d4e2ecc58691476c5656f1f0dea4de951d | |
parent | 7597564c6f9bed44e13e9ce563a04faf7ce39810 (diff) | |
download | isodumper-53a445b5c5dd1a4137402213e6de45297887db85.tar isodumper-53a445b5c5dd1a4137402213e6de45297887db85.tar.gz isodumper-53a445b5c5dd1a4137402213e6de45297887db85.tar.bz2 isodumper-53a445b5c5dd1a4137402213e6de45297887db85.tar.xz isodumper-53a445b5c5dd1a4137402213e6de45297887db85.zip |
1.101.10
-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.10 +-------------- + - Correction to sr.po to allow generation of all translation catalogs + IsoDumper 1.09 -------------- - Adapt to new method of signing ISO (Mageia 7) @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.09 +VERSION = 1.10 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles diff --git a/lib/isodumper.py b/lib/isodumper.py index b8cd453..0242527 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -112,7 +112,7 @@ class Info(object): class IsoDumper(object): - RELEASE="v1.09" + RELEASE="v1.10" def get_devices(self): self.list=self.u.find_devices() |