aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-05-10 09:43:22 +0200
committerPapoteur <papoteur@mageialinux-online.org>2017-05-10 09:43:22 +0200
commitd7d3452477d3300b3b320fb48fba46ec83a2ce29 (patch)
treea75d8162ab3183ed4d7df44444192260709d250f
parente4a148163ba00c43586ce68c8daf7a672efef128 (diff)
downloadisodumper-d7d3452477d3300b3b320fb48fba46ec83a2ce29.tar
isodumper-d7d3452477d3300b3b320fb48fba46ec83a2ce29.tar.gz
isodumper-d7d3452477d3300b3b320fb48fba46ec83a2ce29.tar.bz2
isodumper-d7d3452477d3300b3b320fb48fba46ec83a2ce29.tar.xz
isodumper-d7d3452477d3300b3b320fb48fba46ec83a2ce29.zip
prepare 0.570.57
-rw-r--r--CHANGELOG5
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 051ccd0..2cb4251 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,10 @@
The modifications are:
+IsoDumper 0.57
+------------
+ - update translations in hu, nb, da, pt
+ - avoid crash at exit (mga#20792)
+
IsoDumper 0.56
------------
- add tajik translation
diff --git a/Makefile b/Makefile
index d37c3ae..ee33897 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.56
+VERSION = 0.57
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 987b82f..947fc1e 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -547,7 +547,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self,user):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v0.56"
+ self.RELEASE="v0.57"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)