diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-04-10 10:34:06 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-04-10 10:34:06 +0200 |
commit | 59a26df4e1618bd3a2cf77a68227a1d8ebb29b55 (patch) | |
tree | 8eb5de5058e5ac3850f9f8c452109b260f4b0811 | |
parent | 37c9fc17c0a582b42258899240c4d4322d52747a (diff) | |
download | isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.tar isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.tar.gz isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.tar.bz2 isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.tar.xz isodumper-59a26df4e1618bd3a2cf77a68227a1d8ebb29b55.zip |
Prepare 0.51 release
-rw-r--r-- | CHANGELOG | 14 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | lib/isodumper.py | 2 |
3 files changed, 16 insertions, 2 deletions
@@ -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 @@ -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) |