aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-11-05 12:12:44 +0100
committerPapoteur <papoteur@mageialinux-online.org>2016-11-05 12:12:44 +0100
commit6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7 (patch)
treee1ffc44b80182f07ca07224f01c3049102101107
parent7111108debda021674abb75110ecd3c7d9738f99 (diff)
downloadisodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar
isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.gz
isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.bz2
isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.tar.xz
isodumper-6bd836f42a2d8ae4fe74a602eb653f3b108c8bb7.zip
Prepare 0.540.54
-rw-r--r--CHANGELOG7
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG b/CHANGELOG
index ceb5957..1c3753f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,8 @@
-The initial state comes from https://launchpad.net/usb-imagewriter
The modifications are:
+IsoDumper 0.54
+------------
+ - Updating translations in Sapnish, Romanian, Sweadidh, Basque and Latvian
+ - Adding links of the source in About dialog (mga#18405)
IsoDumper 0.53
------------
@@ -217,3 +220,5 @@ IsoDumper 0.1
- point at the end of the logview window.
- indicating the name of the log file.
- new feature : the application doesn't close when a stick is inserted after the start and a dialog box which is displayed to say it.
+
+The initial state comes from https://launchpad.net/usb-imagewriter
diff --git a/Makefile b/Makefile
index ba810d8..eeda84a 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.53
+VERSION = 0.54
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 1305482..765adff 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -545,7 +545,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.53"
+ self.RELEASE="v0.54"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)