diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2016-03-06 17:18:29 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2016-03-06 17:18:29 +0100 |
commit | 226f6408bf9c03fe4fa78c42722f5ba14bbf5206 (patch) | |
tree | 2bc1618894a26890e96f0043b1c94c753134a880 | |
parent | 2284950a12f54e520c8b3ceba6d414b392a3941d (diff) | |
download | isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.tar isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.tar.gz isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.tar.bz2 isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.tar.xz isodumper-226f6408bf9c03fe4fa78c42722f5ba14bbf5206.zip |
prepare 0.45 release0.45
-rw-r--r-- | CHANGELOG | 8 | ||||
-rw-r--r-- | isodumper.spec | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 | ||||
-rwxr-xr-x | tools/po-update.sh | 2 |
4 files changed, 11 insertions, 3 deletions
@@ -1,6 +1,14 @@ The initial state comes from https://launchpad.net/usb-imagewriter The modifications are: +IsoDumper 0.45 +------------ + - change success message mga#17855 + - update zh_CN translation + - exclude void media mga#17856 + - avoid to clean backup name when already choosen mga#17886 + - clean completly the device list when refreshing mga#17857 + IsoDumper 0.44 ------------ - manage when partition is busy #16837. diff --git a/isodumper.spec b/isodumper.spec index 3f9263a..847f5bd 100644 --- a/isodumper.spec +++ b/isodumper.spec @@ -1,5 +1,5 @@ Name: isodumper -Version: 0.44 +Version: 0.45 Release: %mkrel 1 Summary: Tool for writing ISO images on a USB stick Summary(fr_FR): Outil pour écrire des images ISO sur une clé USB diff --git a/lib/isodumper.py b/lib/isodumper.py index 79c9430..9c65308 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -132,7 +132,7 @@ class IsoDumper: def __init__(self,user): APP="isodumper" DIR="/usr/share/locale" - RELEASE="v0.44" + RELEASE="v0.45" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) diff --git a/tools/po-update.sh b/tools/po-update.sh index 0889fb6..1195a54 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(0.44) +VERSION=(0.45) DOMAIN=(isodumper) intltool-extract --type=gettext/glade share/isodumper/isodumper.glade |