diff options
author | Papoteur <papoteur@mageia.org> | 2023-08-01 15:57:00 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-08-01 15:57:00 +0200 |
commit | ec0040c1dc4bfc1d82461fff81c69514b58c1627 (patch) | |
tree | bc3579ceaadef19b91a125c94f7614e5f002af9c | |
parent | f7370967257a32c6df4c5cb0c8d6161794369c78 (diff) | |
download | isodumper-ec0040c1dc4bfc1d82461fff81c69514b58c1627.tar isodumper-ec0040c1dc4bfc1d82461fff81c69514b58c1627.tar.gz isodumper-ec0040c1dc4bfc1d82461fff81c69514b58c1627.tar.bz2 isodumper-ec0040c1dc4bfc1d82461fff81c69514b58c1627.tar.xz isodumper-ec0040c1dc4bfc1d82461fff81c69514b58c1627.zip |
1.531.53
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ The modifications are: +IsoDumper 1.53 +-------------- + - Add the code for creating any type of partition after writing ISO image + - Fix the closing of magiback + IsoDumper 1.52 -------------- - Change messages about partition added, not always persistent @@ -13,7 +13,7 @@ # Author isodumper software= papoteur <papoteur@mageialinux-online.org> # Author Makefile file= Geiger David <david.david@mageialinux-online.org> -VERSION = 1.52 +VERSION = 1.53 PREFIX=/usr BINDIR=$(PREFIX)/bin SBINDIR=$(PREFIX)/sbin |