From 66bde3fe9d00e8e905c3c99c67c5391a9b7e31af Mon Sep 17 00:00:00 2001 From: Papoteur Date: Sat, 1 Jul 2023 09:59:47 +0200 Subject: 1.50 --- CHANGELOG | 6 ++++++ Makefile | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fbde5cb..e06fe73 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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) diff --git a/Makefile b/Makefile index 9b78adb..e4e7777 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ # Author isodumper software= papoteur # Author Makefile file= Geiger David -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 -- cgit v1.2.1