aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-08-22 22:10:28 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-08-22 22:10:28 +0200
commit2522567335045b1cc851720427fc13619bada414 (patch)
tree227cd13f2721392856c154156c52bd76e5a44dc7
parent36bbba9ce6ab59d3c2da49989f96784a083b5b9a (diff)
downloadisodumper-2522567335045b1cc851720427fc13619bada414.tar
isodumper-2522567335045b1cc851720427fc13619bada414.tar.gz
isodumper-2522567335045b1cc851720427fc13619bada414.tar.bz2
isodumper-2522567335045b1cc851720427fc13619bada414.tar.xz
isodumper-2522567335045b1cc851720427fc13619bada414.zip
Prepare 0.53
-rw-r--r--CHANGELOG10
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 12 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index e9bb177..ceb5957 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
The initial state comes from https://launchpad.net/usb-imagewriter
The modifications are:
+IsoDumper 0.53
+------------
+ - Better management of drive names (mga#18411).
+ - Update translations.
+
IsoDumper 0.52
------------
- Correction of writing tiny images (mga#18411).
@@ -25,6 +30,11 @@ IsoDumper 0.50
------------
- yui release.
+
+IsoDumper 0.48
+------------
+ - Better management of drive names (mga#18411).
+
------------
IsoDumper 0.47
------------
diff --git a/Makefile b/Makefile
index d4d80cb..ba810d8 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.52
+VERSION = 0.53
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index dea2e21..7591280 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.52"
+ self.RELEASE="v0.53"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)