diff options
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 7 insertions, 2 deletions
@@ -1,4 +1,10 @@ The modifications are: +IsoDumper 1.50 +-------------- + - New order in checking before operation, to check all at start + - Keep authorization during 10 min + - Give user ownership to the backup image + IsoDumper 1.49 -------------- - Fix: continue to writing step after backup (mga#32035) @@ -13,7 +13,7 @@ # Author isodumper software= papoteur <papoteur@mageialinux-online.org> # Author Makefile file= Geiger David <david.david@mageialinux-online.org> -VERSION = 1.49 +VERSION = 1.50 PREFIX=/usr BINDIR=$(PREFIX)/bin SBINDIR=$(PREFIX)/sbin @@ -34,7 +34,6 @@ DBUSDIR=$(SYSCONFDIR)/dbus-1 SYSTEMDCONFDIR=$(LIBDIR)/systemd/system/ PACKAGE = isodumper -VERSION = 1.49 GITPATH = git://git.mageia.org/software/isodumper all: version dirs pofiles |