diff options
author | Papoteur <papoteur@mageia.org> | 2018-12-15 16:27:13 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2018-12-15 16:27:13 +0100 |
commit | 04d90f60e0c43366b178906b703df32e65c96775 (patch) | |
tree | 3828e3b8d241af7741f7a93b82a718a093ea54e3 | |
parent | 2668707eac2b0cf86cfe0f41e1443bde3f6de221 (diff) | |
download | isodumper-04d90f60e0c43366b178906b703df32e65c96775.tar isodumper-04d90f60e0c43366b178906b703df32e65c96775.tar.gz isodumper-04d90f60e0c43366b178906b703df32e65c96775.tar.bz2 isodumper-04d90f60e0c43366b178906b703df32e65c96775.tar.xz isodumper-04d90f60e0c43366b178906b703df32e65c96775.zip |
1.051.05
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rwxr-xr-x | lib/isodumper.py | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -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 @@ -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() |