aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG5
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index f6eda90..49ae3bf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
The initial state comes from https://launchpad.net/usb-imagewriter
The modifications are:
+IsoDumper 0.52
+------------
+- Correction of writing tiny images (mga#18411)
+- Update translations
+
IsoDumper 0.51
------------
- exclude void media
diff --git a/Makefile b/Makefile
index a36d6d3..d4d80cb 100644
--- a/Makefile
+++ b/Makefile
@@ -30,7 +30,7 @@ DIRS = polkit
POFILES = po
PACKAGE = isodumper
-VERSION = 0.51
+VERSION = 0.52
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index 141d90a..4cc8bcb 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -600,7 +600,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self,user):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v0.51"
+ self.RELEASE="v0.52"
gettext.bindtextdomain(APP, DIR)
gettext.textdomain(APP)