aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2017-01-02 09:19:40 +0100
committerPapoteur <papoteur@mageialinux-online.org>2017-01-02 09:19:40 +0100
commit749677cff48a82e509a4c5529f8753a5d014fe75 (patch)
tree5e7141d2067391cc9effd2758d7aa6d39882ca8c
parent20877a5086c82e4a07aa980cdb66a3fd7db7fb7b (diff)
downloadisodumper-749677cff48a82e509a4c5529f8753a5d014fe75.tar
isodumper-749677cff48a82e509a4c5529f8753a5d014fe75.tar.gz
isodumper-749677cff48a82e509a4c5529f8753a5d014fe75.tar.bz2
isodumper-749677cff48a82e509a4c5529f8753a5d014fe75.tar.xz
isodumper-749677cff48a82e509a4c5529f8753a5d014fe75.zip
prepare 0.550.55
-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 1c3753f..8d99857 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,10 @@
The modifications are:
+IsoDumper 0.55
+------------
+ - redraw the dialog window after changing the the image name in buttons
+ - adding two strings to display translated
+ - update Russian and Hungarian translation
+
IsoDumper 0.54
------------
- Updating translations in Sapnish, Romanian, Sweadidh, Basque and Latvian
diff --git a/Makefile b/Makefile
index eeda84a..ae50272 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.54
+VERSION = 0.55
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 16be2ea..dbdd991 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.54"
+ self.RELEASE="v0.55"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)