diff options
author | Papoteur <papoteur@mageia.org> | 2023-06-10 13:23:46 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2023-06-10 13:23:46 +0200 |
commit | 4226df03be52c4b0cb25b79c40449020d45b7cc9 (patch) | |
tree | 8de8fbe78a36a9f5dbe326989c5e2d3d52f6a022 | |
parent | d402a215678c8ca54e94832a2231b2eaceb070c6 (diff) | |
download | isodumper-4226df03be52c4b0cb25b79c40449020d45b7cc9.tar isodumper-4226df03be52c4b0cb25b79c40449020d45b7cc9.tar.gz isodumper-4226df03be52c4b0cb25b79c40449020d45b7cc9.tar.bz2 isodumper-4226df03be52c4b0cb25b79c40449020d45b7cc9.tar.xz isodumper-4226df03be52c4b0cb25b79c40449020d45b7cc9.zip |
1.481.48
-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.48 +-------------- + - fix detection of the selection for persistent partition and adjust the label. + IsoDumper 1.47 -------------- - catch error in exploring GPG keys (mga#31978) @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.47 +VERSION = 1.48 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |