aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2018-12-15 16:27:13 +0100
committerPapoteur <papoteur@mageia.org>2018-12-15 16:27:13 +0100
commit04d90f60e0c43366b178906b703df32e65c96775 (patch)
tree3828e3b8d241af7741f7a93b82a718a093ea54e3
parent2668707eac2b0cf86cfe0f41e1443bde3f6de221 (diff)
downloadisodumper-04d90f60e0c43366b178906b703df32e65c96775.tar
isodumper-04d90f60e0c43366b178906b703df32e65c96775.tar.gz
isodumper-04d90f60e0c43366b178906b703df32e65c96775.tar.bz2
isodumper-04d90f60e0c43366b178906b703df32e65c96775.tar.xz
isodumper-04d90f60e0c43366b178906b703df32e65c96775.zip
1.051.05
-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 07ce867..1141bbf 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,11 @@
The modifications are:
+IsoDumper 1.05
+--------------
+ - Add creation of persistent partition
+
+
IsoDumper 1.04
--------------
- Separate getting key and checking signature in a thread
diff --git a/Makefile b/Makefile
index 9200272..36fdfa3 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1
SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/
PACKAGE = isodumper
-VERSION = 1.04
+VERSION = 1.05
GITPATH = git://git.mageia.org/software/isodumper
all: dirs pofiles
diff --git a/lib/isodumper.py b/lib/isodumper.py
index b6e131e..836b247 100755
--- a/lib/isodumper.py
+++ b/lib/isodumper.py
@@ -112,7 +112,7 @@ class Info(object):
class IsoDumper(object):
- RELEASE="v1.04"
+ RELEASE="v1.05"
def get_devices(self):
self.list=self.u.find_devices()