diff options
author | Papoteur <papoteur@mageia.org> | 2020-12-09 18:27:16 +0100 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-12-09 18:27:16 +0100 |
commit | da1186bfe8b32d4b1f3a2d45dc5211cfee717aa5 (patch) | |
tree | bdf5095ee4fcbda5276f2fa666da05335aeb0e2e | |
parent | 8c6fc75a0613fb2fddcf0feaaf533205a3024c46 (diff) | |
download | isodumper-da1186bfe8b32d4b1f3a2d45dc5211cfee717aa5.tar isodumper-da1186bfe8b32d4b1f3a2d45dc5211cfee717aa5.tar.gz isodumper-da1186bfe8b32d4b1f3a2d45dc5211cfee717aa5.tar.bz2 isodumper-da1186bfe8b32d4b1f3a2d45dc5211cfee717aa5.tar.xz isodumper-da1186bfe8b32d4b1f3a2d45dc5211cfee717aa5.zip |
1.291.29
-rw-r--r-- | CHANGELOG | 4 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -2,6 +2,10 @@ The modifications are: IsoDumper 1.28 -------------- + - Fix creating ~/.isodumper for logging when not yet existing + +IsoDumper 1.28 +-------------- - Fix when fdisk considers that something is busy - Don't load key when already present - Add debug option @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.28 +VERSION = 1.29 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |