From f6655a27e1b9851ab13520d3244b1e4ed8f33487 Mon Sep 17 00:00:00 2001 From: SARL ENR 68 Date: Mon, 23 Nov 2015 07:33:35 +0100 Subject: New release 0.44 --- CHANGELOG | 10 +++++----- isodumper.spec | 2 +- po/Makefile | 2 ++ po/hu.po | 6 +++--- tools/po-update.sh | 2 +- 5 files changed, 12 insertions(+), 10 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0deb94a..3dd555c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,14 +3,14 @@ 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 + - manage when partition is busy #16837. + - only detail box is expandable. + - add language Arabic. + - 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/isodumper.spec b/isodumper.spec index ce16ec2..3f9263a 100644 --- a/isodumper.spec +++ b/isodumper.spec @@ -1,5 +1,5 @@ Name: isodumper -Version: 0.43 +Version: 0.44 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/po/Makefile b/po/Makefile index d62bb79..09907fa 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,6 +32,7 @@ formatting: all # formatting all isodumper.po files #(just add to the list the available language or comment the unavailable language) + cd ../tools && sh po-update.sh ar cd ../tools && sh po-update.sh ast cd ../tools && sh po-update.sh ca cd ../tools && sh po-update.sh cs @@ -66,6 +67,7 @@ compile : all # compile all isodumper.mo files #(just add to the list the available language or comment the unavailable language) + cd ../tools && sh po-compile.sh ar cd ../tools && sh po-compile.sh ast cd ../tools && sh po-compile.sh ca cd ../tools && sh po-compile.sh cs diff --git a/po/hu.po b/po/hu.po index 2dc7434..54d42df 100644 --- a/po/hu.po +++ b/po/hu.po @@ -1,6 +1,6 @@ -# SOME DESCRIPTIVE TITLE. -# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. +# Hungarian translation for isodumper package. +# Copyright (C) 2013 THE isodumper'S COPYRIGHT HOLDER +# This file is distributed under the same license as the isodumper package. # # Translators: # Automatically generated, 2013 diff --git a/tools/po-update.sh b/tools/po-update.sh index fc00480..0889fb6 100755 --- a/tools/po-update.sh +++ b/tools/po-update.sh @@ -10,7 +10,7 @@ fi cd "$(readlink -f "$(dirname "$0")/..")" -VERSION=(0.43) +VERSION=(0.44) DOMAIN=(isodumper) intltool-extract --type=gettext/glade share/isodumper/isodumper.glade -- cgit v1.2.1