diff options
-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() |