diff options
author | Papoteur <papoteur@mageia.org> | 2020-10-04 16:23:00 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-10-04 16:23:00 +0200 |
commit | 80aa0733fac3bec248fc764ed44cb44d68899636 (patch) | |
tree | c85ccd1e91814966ee66df2a61386d5ce687bd43 | |
parent | ae342a0955387fad7e98982475e4337b9da1df71 (diff) | |
download | isodumper-80aa0733fac3bec248fc764ed44cb44d68899636.tar isodumper-80aa0733fac3bec248fc764ed44cb44d68899636.tar.gz isodumper-80aa0733fac3bec248fc764ed44cb44d68899636.tar.bz2 isodumper-80aa0733fac3bec248fc764ed44cb44d68899636.tar.xz isodumper-80aa0733fac3bec248fc764ed44cb44d68899636.zip |
1.221.22
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,6 +1,10 @@ The modifications are: +IsoDumper 1.22 +-------------- + - Fix typo in command for creating persistent partition (mga#27354) and add a delay after creating the partition + IsoDumper 1.21 -------------- - Avoid confusion in device when there is device without Vendor nor Model. (mga#27209) @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.21 +VERSION = 1.22 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |