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