aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)