aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-16 21:57:34 +0200
committerPapoteur <papoteur@mageia.org>2018-10-16 21:57:34 +0200
commit77d11d196193754d596ec4919d02eb1170425d74 (patch)
tree5b5601740d06309be215d64435cd1603d4391220
parent3b6eef57db6e8dec1b0cc64ebe5de81039051bb5 (diff)
downloadisodumper-77d11d196193754d596ec4919d02eb1170425d74.tar
isodumper-77d11d196193754d596ec4919d02eb1170425d74.tar.gz
isodumper-77d11d196193754d596ec4919d02eb1170425d74.tar.bz2
isodumper-77d11d196193754d596ec4919d02eb1170425d74.tar.xz
isodumper-77d11d196193754d596ec4919d02eb1170425d74.zip
1.031.03
-rw-r--r--CHANGELOG8
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py3
-rwxr-xr-xtools/po-update.sh2
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.<B
def __init__(self):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v1.02"
# Call translation catalog
gettext.install(APP, localedir=DIR, names=('ngettext',))
diff --git a/tools/po-update.sh b/tools/po-update.sh
index 07c5b7d..8b5b31e 100755
--- a/tools/po-update.sh
+++ b/tools/po-update.sh
@@ -10,7 +10,7 @@ fi
cd "$(readlink -f "$(dirname "$0")/..")"
-VERSION=(1.02)
+VERSION=(1.03)
DOMAIN=(isodumper)
intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in