From 9eee3d883d9340de73748158c5fa97d07f007f96 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 20 Aug 2019 13:55:41 +0200 Subject: 1.15 --- CHANGELOG | 6 ++++-- Makefile | 2 +- lib/isodumper.py | 2 +- tools/po-update.sh | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index daf92dc..239c7be 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,9 +1,11 @@ The modifications are: -IsoDumper 1.14 +IsoDumper 1.15 -------------- - Rework udisks2 information usage to be more reliable - - Update Serbian and Catalan translations + - Don't use message but logging when getting Mageia key, to avoid void messages in other parts + - Add more logging + - Update translations IsoDumper 1.13 -------------- diff --git a/Makefile b/Makefile index 00d419c..c1760eb 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.14 +VERSION = 1.15 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles diff --git a/lib/isodumper.py b/lib/isodumper.py index 6e036ac..1cf29cb 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -110,7 +110,7 @@ class Info(object): class IsoDumper(object): - RELEASE="v1.14" + RELEASE="v1.15" def get_devices(self): self.list=self.u.find_devices() diff --git a/tools/po-update.sh b/tools/po-update.sh index f9edc82..ee6cdf9 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(1.14) +VERSION=(1.15) DOMAIN=(isodumper) intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in -- cgit v1.2.1