From b3944b099bd416c2c97b9f8960e0a5c2174bab66 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sun, 22 Nov 2015 15:00:20 +0100 Subject: Prepare for 0.44 release --- CHANGELOG | 9 ++++++++- lib/isodumper.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index e89e64b..0deb94a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) -- cgit v1.2.1