aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPapoteur <papoteur@mageia.org>2025-12-19 18:53:24 +0100
committerPapoteur <papoteur@mageia.org>2025-12-19 18:53:38 +0100
commit7da7f15d0905517b8085da9a5903309f6f95e593 (patch)
tree56a032c2ae1622e8c7f332f0d096cc76989ca920
parent2ea9d820c3d3c986159a196978ce28baaab4c26a (diff)
downloadisodumper-master.tar
isodumper-master.tar.gz
isodumper-master.tar.bz2
isodumper-master.tar.xz
isodumper-master.zip
-rw-r--r--CHANGELOG4
-rw-r--r--Makefile2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1f4e898..cad951a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,9 @@
The modifications are:
+IsoDumper 1.57
+--------------
+ - Fix potential error when GPG database is not found (mga#34867)
+
IsoDumper 1.56
--------------
- refactor signature checking
diff --git a/Makefile b/Makefile
index 74711d0..2edb64b 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@
# Author isodumper software= papoteur <papoteur@mageialinux-online.org>
# Author Makefile file= Geiger David <david.david@mageialinux-online.org>
-VERSION = 1.56
+VERSION = 1.57
PREFIX=/usr
BINDIR=$(PREFIX)/bin
SBINDIR=$(PREFIX)/sbin