diff options
author | Papoteur <papoteur@mageia.org> | 2023-05-23 08:13:18 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-05-23 08:13:18 +0200 |
commit | 052cb2bc5981b58073ddb492f51c3cbc548445fa (patch) | |
tree | 1e9ec2ff9eefdf864e25d8d696f3867261218d1a | |
parent | 8e7b8a4c3f47662489023f0ddd1dbf528b89b6da (diff) | |
download | isodumper-052cb2bc5981b58073ddb492f51c3cbc548445fa.tar isodumper-052cb2bc5981b58073ddb492f51c3cbc548445fa.tar.gz isodumper-052cb2bc5981b58073ddb492f51c3cbc548445fa.tar.bz2 isodumper-052cb2bc5981b58073ddb492f51c3cbc548445fa.tar.xz isodumper-052cb2bc5981b58073ddb492f51c3cbc548445fa.zip |
1.451.45
-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 |