diff options
-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 |