From 77d11d196193754d596ec4919d02eb1170425d74 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 16 Oct 2018 21:57:34 +0200 Subject: 1.03 --- CHANGELOG | 8 ++++++-- Makefile | 2 +- lib/isodumper.py | 3 ++- tools/po-update.sh | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 3654b72..2eb4e37 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,16 +1,20 @@ The modifications are: + +IsoDumper 1.03 +-------------- + - Add translation management in magiback. + - Manage magiback start through DBus and systemd + IsoDumper 1.02 -------------- - apply DBus communication for backup feature - IsoDumper 1.01 -------------- - manage DBus configuration files - correction of raw_write import - IsoDumper 1.00 -------------- - add Magiback to deliver permissions over DBus on request diff --git a/Makefile b/Makefile index e991134..4185856 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.02 +VERSION = 1.03 GITPATH = git://git.mageia.org/software/isodumper all: dirs pofiles diff --git a/lib/isodumper.py b/lib/isodumper.py index 4262c3b..d1d1e1c 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -112,6 +112,8 @@ class Info(object): class IsoDumper(object): + RELEASE="v1.03" + def get_devices(self): self.list=self.u.find_devices() while len(self.list)==0: @@ -425,7 +427,6 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.