From 052cb2bc5981b58073ddb492f51c3cbc548445fa Mon Sep 17 00:00:00 2001 From: Papoteur Date: Tue, 23 May 2023 08:13:18 +0200 Subject: 1.45 --- CHANGELOG | 6 ++++++ Makefile | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 052520c..b861093 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/Makefile b/Makefile index 074c1cf..397f2fe 100644 --- a/Makefile +++ b/Makefile @@ -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 -- cgit v1.2.1