diff options
author | Papoteur <papoteur@mageia.org> | 2023-07-13 09:37:55 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-07-13 09:37:55 +0200 |
commit | 7ba0cc809d05c73904add41d0804affed5325233 (patch) | |
tree | 9b41635c7916b31c348fac7ca7c25fb69717fb48 | |
parent | 363248a50299c24105d43e8b87d54243266046b2 (diff) | |
download | isodumper-7ba0cc809d05c73904add41d0804affed5325233.tar isodumper-7ba0cc809d05c73904add41d0804affed5325233.tar.gz isodumper-7ba0cc809d05c73904add41d0804affed5325233.tar.bz2 isodumper-7ba0cc809d05c73904add41d0804affed5325233.tar.xz isodumper-7ba0cc809d05c73904add41d0804affed5325233.zip |
1.521.52
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ The modifications are: +IsoDumper 1.52 +-------------- + - Change messages about partition added, not always persistent + - Format message in interface, translation wasn't displayed + - Fix group for the backup file + IsoDumper 1.51 -------------- - Close magiback when closing isodumper @@ -13,7 +13,7 @@ # Author isodumper software= papoteur <papoteur@mageialinux-online.org> # Author Makefile file= Geiger David <david.david@mageialinux-online.org> -VERSION = 1.51 +VERSION = 1.52 PREFIX=/usr BINDIR=$(PREFIX)/bin SBINDIR=$(PREFIX)/sbin |