aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-19 09:11:16 +0200
committerPapoteur <papoteur@mageia.org>2018-10-19 09:11:16 +0200
commit67f1865f63c7808b40dbf4e8e055a626378c0a3f (patch)
treedf90e8e95ffd03c12ef0cba4bd059bc9bd8b4b35
parent215fdcbada70b895630ed1a168e90bbdfb8d21e2 (diff)
downloadisodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.tar
isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.tar.gz
isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.tar.bz2
isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.tar.xz
isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.zip
1.041.04
-rw-r--r--CHANGELOG5
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
-rwxr-xr-xtools/po-update.sh2
4 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2eb4e37..07ce867 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
The modifications are:
+IsoDumper 1.04
+--------------
+ - Separate getting key and checking signature in a thread
+ - Review the logic of checking
+
IsoDumper 1.03
--------------
- Add translation management in magiback.
diff --git a/Makefile b/Makefile
index 4185856..9200272 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1
SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/
PACKAGE = isodumper
-VERSION = 1.03
+VERSION = 1.04
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index e6df9df..e499f8b 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -112,7 +112,7 @@ class Info(object):
class IsoDumper(object):
- RELEASE="v1.03"
+ RELEASE="v1.04"
def get_devices(self):
self.list=self.u.find_devices()
diff --git a/tools/po-update.sh b/tools/po-update.sh
index 8b5b31e..5ab1aee 100755
--- a/tools/po-update.sh
+++ b/tools/po-update.sh
@@ -10,7 +10,7 @@ fi
cd "$(readlink -f "$(dirname "$0")/..")"
-VERSION=(1.03)
+VERSION=(1.04)
DOMAIN=(isodumper)
intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in