aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2019-07-28 20:01:11 +0200
committerPapoteur <papoteur@mageia.org>2019-07-28 20:01:11 +0200
commitf23031d247dbc79d02c696e33556316ac5b2085b (patch)
treed30db29837a51def817322eec10aa79d431372ee
parentca66f257f8d438492ea0a28d60a6980af3951884 (diff)
downloadisodumper-f23031d247dbc79d02c696e33556316ac5b2085b.tar
isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.tar.gz
isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.tar.bz2
isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.tar.xz
isodumper-f23031d247dbc79d02c696e33556316ac5b2085b.zip
1.111.11
-rw-r--r--CHANGELOG5
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
-rwxr-xr-xtools/po-update.sh2
4 files changed, 7 insertions, 4 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ef6cfcf..d473b07 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
The modifications are:
+IsoDumper 1.11
+--------------
+ - Raise error when an instance is already running
+
IsoDumper 1.10
--------------
- Correction to sr.po to allow generation of all translation catalogs
@@ -22,7 +26,6 @@ IsoDumper 1.06
--------------
- Update translations
-
IsoDumper 1.05
--------------
- Add creation of persistent partition
diff --git a/Makefile b/Makefile
index d2534dc..7dfbe45 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1
SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/
PACKAGE = isodumper
-VERSION = 1.10
+VERSION = 1.11
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 797c551..1110ac0 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -108,7 +108,7 @@ class Info(object):
class IsoDumper(object):
- RELEASE="v1.10"
+ RELEASE="v1.11"
def get_devices(self):
self.list=self.u.find_devices()
diff --git a/tools/po-update.sh b/tools/po-update.sh
index 2d4a6d5..8b146ca 100755
--- a/tools/po-update.sh
+++ b/tools/po-update.sh
@@ -10,7 +10,7 @@ fi
cd "$(readlink -f "$(dirname "$0")/..")"
-VERSION=(1.09)
+VERSION=(1.11)
DOMAIN=(isodumper)
intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in