aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-03-12 21:50:29 +0100
committerPapoteur <papoteur@mageialinux-online.org>2017-03-12 21:50:29 +0100
commit06b500a2c1e6d12155ea99ba5047054c6b31cd82 (patch)
treeb9ad407c4b6298f7945021bf56d6df1b39020d5c
parent6db1730566c6fa94b2662e0d70c678cbb88d39ad (diff)
downloadisodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.tar
isodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.tar.gz
isodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.tar.bz2
isodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.tar.xz
isodumper-06b500a2c1e6d12155ea99ba5047054c6b31cd82.zip
Prepare 0.560.56
-rw-r--r--CHANGELOG6
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 8d99857..051ccd0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,10 @@
The modifications are:
+
+IsoDumper 0.56
+------------
+ - add tajik translation
+ - update es, ast ca pl uk translations
+
IsoDumper 0.55
------------
- redraw the dialog window after changing the the image name in buttons
diff --git a/Makefile b/Makefile
index ae50272..d37c3ae 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.55
+VERSION = 0.56
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 8737419..34d7c94 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.55"
+ self.RELEASE="v0.56"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)