From 04d90f60e0c43366b178906b703df32e65c96775 Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 15 Dec 2018 16:27:13 +0100 Subject: 1.05 --- CHANGELOG | 5 +++++ Makefile | 2 +- lib/isodumper.py | 2 +- 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() -- cgit v1.2.1