aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageialinux-online.org>2016-05-13 19:45:08 +0200
committerPapoteur <papoteur@mageialinux-online.org>2016-05-13 19:45:08 +0200
commit2744c2739d1c2d6d868b5fe85d5636aa4d8623a5 (patch)
tree05ee18087e5b686d8a9e509c7f509a7de4b577c8
parentca1cd53e3de8971be1c192f953e9dd0a1bb319b3 (diff)
downloadisodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.tar
isodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.tar.gz
isodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.tar.bz2
isodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.tar.xz
isodumper-2744c2739d1c2d6d868b5fe85d5636aa4d8623a5.zip
Prepare 0.47 release0.47
-rw-r--r--CHANGELOG5
-rw-r--r--isodumper.spec2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 563f614..ae25fa2 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
The initial state comes from https://launchpad.net/usb-imagewriter
The modifications are:
+IsoDumper 0.47
+------------
+ - Update some translations
+ - Update the source link
+
IsoDumper 0.46
------------
- new design for icon and header (thanks to Animtim).
diff --git a/isodumper.spec b/isodumper.spec
index 8b0cbe6..fe905fc 100644
--- a/isodumper.spec
+++ b/isodumper.spec
@@ -1,5 +1,5 @@
Name: isodumper
-Version: 0.46
+Version: 0.47
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 60b084c..8af078e 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.46"
+ RELEASE="v0.47"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)