aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2015-11-22 15:00:20 +0100
committerPapoteur <papoteur@mageialinux-online.org>2015-11-22 15:00:20 +0100
commitb3944b099bd416c2c97b9f8960e0a5c2174bab66 (patch)
treeb7a47acee4fbac483dfcfa97025a1364f64f8b00
parentb69e7f53ed3e01be95f2401111ac9417a64c5f94 (diff)
downloadisodumper-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--CHANGELOG9
-rwxr-xr-xlib/isodumper.py2
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)