aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-04-10 10:34:06 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-04-10 10:34:06 +0200
commit59a26df4e1618bd3a2cf77a68227a1d8ebb29b55 (patch)
tree8eb5de5058e5ac3850f9f8c452109b260f4b0811
parent37c9fc17c0a582b42258899240c4d4322d52747a (diff)
downloadisodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.tar
isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.tar.gz
isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.tar.bz2
isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.tar.xz
isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.zip
Prepare 0.51 release
-rw-r--r--CHANGELOG14
-rw-r--r--Makefile2
-rw-r--r--lib/isodumper.py2
3 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 5e79f30..100bb01 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,20 @@
The initial state comes from https://launchpad.net/usb-imagewriter
The modifications are:
+IsoDumper 0.51
+------------
+ - Better managing grayed or enabled widgets
+ - Deal with device selection
+ - Better managing names in file picker buttons
+ - Reduce the size of dialog windows
+ - Clean code
+ - Add new design
+ - Change Maindialog to PopupDialog, to have a smaller window, nicer.
+ - Add comments
+ - Update some strings for better language
+ - Correction for closing application, without segfault.
+ - Format the messages
+
IsoDumper 0.50
------------
- yui release
diff --git a/Makefile b/Makefile
index 5dac2e8..4f84e18 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.50
+VERSION = 0.51
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 0229a20..e9a877e 100644
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -586,7 +586,7 @@ The fields of the main window are as follows:<BR />\
def __init__(self,user):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v0.50"
+ self.RELEASE="v0.51"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)