aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-01-24 18:47:32 +0100
committerPapoteur <papoteur@mageia.org>2018-01-24 18:47:32 +0100
commit604e0136d947e0fb4bc3cbc1f7f10f11dda86053 (patch)
tree7f96a37e65e3377bf3dd6ac36eae7ab3011451ce
parentf4dd34b14cd91fe7381b008590f5598e36fb58c8 (diff)
downloadisodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.tar
isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.tar.gz
isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.tar.bz2
isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.tar.xz
isodumper-604e0136d947e0fb4bc3cbc1f7f10f11dda86053.zip
0.60
-rw-r--r--CHANGELOG7
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 9 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7c50b3a..1dff80a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,12 @@
The modifications are:
+
+IsoDumper 0.60
+------------
+ - add menu entry for formatting USB
+ - avoid changing buttons state when formatting is canceled
+ - update translations in ca, zh_TW, da, jp, en_GB
+
IsoDumper 0.59
------------
- add translation in Japanese
diff --git a/Makefile b/Makefile
index b232a6a..c47bcff 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.59
+VERSION = 0.60
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 352481e..6388854 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.59"
+ self.RELEASE="v0.60"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)