diff options
author | Papoteur <papoteur@mageia.org> | 2020-08-31 21:15:15 +0200 |
---|---|---|
committer | Papoteur <papoteur@mageia.org> | 2020-08-31 21:15:15 +0200 |
commit | 360965130173216f612a6b3ffb2bd2b4a4ff627e (patch) | |
tree | 1ac79f298121b9324bf858f2ccad4d6d7d210f9e | |
parent | 9de4644482c8c5b247cff33612a517a5fb701f2d (diff) | |
download | isodumper-360965130173216f612a6b3ffb2bd2b4a4ff627e.tar isodumper-360965130173216f612a6b3ffb2bd2b4a4ff627e.tar.gz isodumper-360965130173216f612a6b3ffb2bd2b4a4ff627e.tar.bz2 isodumper-360965130173216f612a6b3ffb2bd2b4a4ff627e.tar.xz isodumper-360965130173216f612a6b3ffb2bd2b4a4ff627e.zip |
1.211.21
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,4 +1,10 @@ The modifications are: + + +IsoDumper 1.21 +-------------- + - Avoid confusion in device when there is device without Vendor nor Model. (mga#27209) + IsoDumper 1.20 -------------- - Add unmount command before eject (mag#26974) @@ -33,7 +33,7 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.20 +VERSION = 1.21 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |