diff options
author | Papoteur <papoteur@mageia.org> | 2018-10-19 09:11:16 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-10-19 09:11:16 +0200 |
commit | 67f1865f63c7808b40dbf4e8e055a626378c0a3f (patch) | |
tree | df90e8e95ffd03c12ef0cba4bd059bc9bd8b4b35 | |
parent | 215fdcbada70b895630ed1a168e90bbdfb8d21e2 (diff) | |
download | isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.tar isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.tar.gz isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.tar.bz2 isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.tar.xz isodumper-67f1865f63c7808b40dbf4e8e055a626378c0a3f.zip |
1.041.04
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
4 files changed, 8 insertions, 3 deletions
@@ -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. @@ -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 |