From 53a445b5c5dd1a4137402213e6de45297887db85 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Wed, 24 Jul 2019 15:48:46 +0200 Subject: 1.10 --- CHANGELOG | 4 ++++ Makefile | 2 +- lib/isodumper.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 6c551a1..ef6cfcf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/Makefile b/Makefile index 008b335..d2534dc 100644 --- a/Makefile +++ b/Makefile @@ -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() -- cgit v1.2.1