diff options
author | Papoteur <papoteur@mageia.org> | 2023-06-06 07:46:59 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-06-06 07:46:59 +0200 |
commit | efa42085e630e90a3a067f445fda1700c2b9cb58 (patch) | |
tree | e66b7504d2ef1d1110f4fa7e2a5e55a79b2d87aa | |
parent | 94cd03972b13ac41055ee051f7b895cef9bfca62 (diff) | |
download | isodumper-efa42085e630e90a3a067f445fda1700c2b9cb58.tar isodumper-efa42085e630e90a3a067f445fda1700c2b9cb58.tar.gz isodumper-efa42085e630e90a3a067f445fda1700c2b9cb58.tar.bz2 isodumper-efa42085e630e90a3a067f445fda1700c2b9cb58.tar.xz isodumper-efa42085e630e90a3a067f445fda1700c2b9cb58.zip |
1.471.47
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ The modifications are: +IsoDumper 1.47 +-------------- + - catch error in exploring GPG keys (mga#31978) + IsoDumper 1.46 -------------- - fix examination more than one device when selecting device (mga#31978) @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.46 +VERSION = 1.47 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |