aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-07-24 15:48:46 +0200
committerPapoteur <papoteur@mageia.org>2019-07-24 15:52:03 +0200
commit53a445b5c5dd1a4137402213e6de45297887db85 (patch)
tree9c49f9d4e2ecc58691476c5656f1f0dea4de951d
parent7597564c6f9bed44e13e9ce563a04faf7ce39810 (diff)
downloadisodumper-53a445b5c5dd1a4137402213e6de45297887db85.tar
isodumper-53a445b5c5dd1a4137402213e6de45297887db85.tar.gz
isodumper-53a445b5c5dd1a4137402213e6de45297887db85.tar.bz2
isodumper-53a445b5c5dd1a4137402213e6de45297887db85.tar.xz
isodumper-53a445b5c5dd1a4137402213e6de45297887db85.zip
1.101.10
-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 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()