diff options
-rw-r--r-- | CHANGELOG | 10 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,14 @@ The modifications are: +IsoDumper 1.40 +-------------- + - New GUI (mga#27744) + - Improve messages after success or warning + - Add reporting partitions when selecting a device. + - Log are directly registered + - Check the signature as a first step after selecting an image to write. + - Init DBus interface only one time + - Name of persistent partition is editable + - Use python-manatools to manage application events IsoDumper 1.35 -------------- @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.35 +VERSION = 1.40 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |