aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG6
-rw-r--r--Makefile2
-rwxr-xr-xlib/isodumper.py2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index c3e5a5c..a367bbd 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,12 @@ The modifications are:
+IsoDumper 1.01
+--------------
+ - manage DBus configuration files
+ - correction of raw_write import
+
+
IsoDumper 1.00
--------------
- add Magiback to deliver permissions over DBus on request
diff --git a/Makefile b/Makefile
index 8ccd557..8957e38 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@ POFILES = po
DBUSDIR=$(SYSCONFDIR)/dbus-1
PACKAGE = isodumper
-VERSION = 1.00
+VERSION = 1.01
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index fa1e8f8..df67d67 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -413,7 +413,7 @@ NTFS or ext. You can specify a volume name and the format in a new dialog box.<B
def __init__(self):
APP="isodumper"
DIR="/usr/share/locale"
- self.RELEASE="v1.00"
+ self.RELEASE="v1.01"
# Call translation catalog
gettext.install(APP, localedir=DIR, names=('ngettext',))