diff options
author | Papoteur <papoteur@mageia.org> | 2020-12-21 08:09:11 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-12-21 08:17:54 +0100 |
commit | c9fbbbe79cbd082a3bc7be526a9eaa32d5ab3ba2 (patch) | |
tree | fa0c8759f6f3f3c9a78aea9af83eaf894d84b921 | |
parent | 4d72d0da0bd7960bba8eef08bb013290a61d9696 (diff) | |
download | isodumper-c9fbbbe79cbd082a3bc7be526a9eaa32d5ab3ba2.tar isodumper-c9fbbbe79cbd082a3bc7be526a9eaa32d5ab3ba2.tar.gz isodumper-c9fbbbe79cbd082a3bc7be526a9eaa32d5ab3ba2.tar.bz2 isodumper-c9fbbbe79cbd082a3bc7be526a9eaa32d5ab3ba2.tar.xz isodumper-c9fbbbe79cbd082a3bc7be526a9eaa32d5ab3ba2.zip |
1.31
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,9 @@ The modifications are: + +IsoDumper 1.31 +-------------- + - Fix display of warning + IsoDumper 1.30 -------------- - Verify signatures also when they are detached (mga#27667) @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.30 +VERSION = 1.31 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |