diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ The modifications are: +IsoDumper 1.45 +-------------- + - change method of checking the selected device (mga#31898) + - Init DBus interface later. This avoid to wait in some cases with GTK interface (mga#31860) as workaround. + - Add category Settings in desktop files. This allows isodumper to be displayed in LXQt settings. + IsoDumper 1.44 -------------- - fix crash of the dialog displayed when no USB is present (mga#31586) @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.44 +VERSION = 1.45 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |