aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-10-10 15:18:28 +0200
committerPapoteur <papoteur@mageia.org>2018-10-16 21:48:35 +0200
commitd29ee386825071e1795fd1d30c208bcef29b417d (patch)
tree54025e9310d890d0b12c53ef97e0fbf9b16951e5
parentf9fbe233b11fcf4ba6412b1ec6df4cdc0ecab48a (diff)
downloadisodumper-d29ee386825071e1795fd1d30c208bcef29b417d.tar
isodumper-d29ee386825071e1795fd1d30c208bcef29b417d.tar.gz
isodumper-d29ee386825071e1795fd1d30c208bcef29b417d.tar.bz2
isodumper-d29ee386825071e1795fd1d30c208bcef29b417d.tar.xz
isodumper-d29ee386825071e1795fd1d30c208bcef29b417d.zip
1.02
-rw-r--r--CHANGELOG3
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
-rwxr-xr-xtools/po-update.sh2
4 files changed, 6 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index a367bbd..3654b72 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
The modifications are:
+IsoDumper 1.02
+--------------
+ - apply DBus communication for backup feature
IsoDumper 1.01
diff --git a/Makefile b/Makefile
index 8957e38..6c0f3dd 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ POFILES = po
DBUSDIR=$(SYSCONFDIR)/dbus-1
PACKAGE = isodumper
-VERSION = 1.01
+VERSION = 1.02
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 4978681..0e15a60 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -426,7 +426,7 @@ 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.01"
+ 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 0695d63..07c5b7d 100755
--- a/tools/po-update.sh
+++ b/tools/po-update.sh
@@ -10,7 +10,7 @@ fi
cd "$(readlink -f "$(dirname "$0")/..")"
-VERSION=(1.00)
+VERSION=(1.02)
DOMAIN=(isodumper)
intltool-extract --type=gettext/xml polkit/org.mageia.isodumper.policy.in