diff options
author | Papoteur <papoteur@mageia.org> | 2021-05-30 19:16:07 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2021-05-30 19:16:07 +0200 |
commit | cf029c0c357992aa4fc5e62c2a00bfc4ec2f64f9 (patch) | |
tree | 8ecc0f094a078089deb68342ea03b9dbde1a9eb0 | |
parent | 9f59898cc4243bea0d8a746fe386f31143a21515 (diff) | |
download | isodumper-1.41.tar isodumper-1.41.tar.gz isodumper-1.41.tar.bz2 isodumper-1.41.tar.xz isodumper-1.41.zip |
1.411.41
-rw-r--r-- | CHANGELOG | 8 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,12 @@ The modifications are: + +IsoDumper 1.41 +-------------- + - Avoid to launch writing if backup failed + - Improve activating/deactivating fields and buttons in the interface. + - Display "ext4" type partition when persistent is selected + - Improve Label of report for selected partition to create (mga#27744) + IsoDumper 1.40 -------------- - New GUI (mga#27744) @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.40 +VERSION = 1.41 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |