diff options
-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 |