diff options
author | Papoteur <papoteur@mageialinux-online.org> | 2015-11-22 15:00:20 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageialinux-online.org> | 2015-11-22 15:00:20 +0100 |
commit | b3944b099bd416c2c97b9f8960e0a5c2174bab66 (patch) | |
tree | b7a47acee4fbac483dfcfa97025a1364f64f8b00 | |
parent | b69e7f53ed3e01be95f2401111ac9417a64c5f94 (diff) | |
download | isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.tar isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.tar.gz isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.tar.bz2 isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.tar.xz isodumper-b3944b099bd416c2c97b9f8960e0a5c2174bab66.zip |
Prepare for 0.44 release
-rw-r--r-- | CHANGELOG | 9 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 |
2 files changed, 9 insertions, 2 deletions
@@ -1,9 +1,16 @@ The initial state comes from https://launchpad.net/usb-imagewriter The modifications are: +IsoDumper 0.44 +------------ + - manage when partition is busy #16837. + - only detail box is expandable + - add languages hu and ar + - update language sv + IsoDumper 0.43 ------------ - - security update in raw_format.py against injection #16910. + - security update in raw_format.py against injection #16910. - added some new translations on Catalan, Hungarian, Slovak and Croatian. - update all translations. diff --git a/lib/isodumper.py b/lib/isodumper.py index 477f7da..78b9ab4 100755 --- a/lib/isodumper.py +++ b/lib/isodumper.py @@ -131,7 +131,7 @@ class IsoDumper: def __init__(self,user): APP="isodumper" DIR="/usr/share/locale" - RELEASE="v0.43" + RELEASE="v0.44" gettext.bindtextdomain(APP, DIR) gettext.textdomain(APP) |