diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
4 files changed, 7 insertions, 5 deletions
@@ -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 -------------- @@ -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 |