From 6e223990ca464a9bff181eff596844f0241434be Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Mon, 22 Aug 2022 18:08:27 +0000 Subject: 0.7.18 --- NEWS | 3 ++- iurt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 37a4f38..1016a8f 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,6 @@ +0.7.18 - ulri: Fix false positives of iurt dying on the build machine -- Fix cleaning chroots (eg: when using --clean-all) +- iurt: Fix cleaning chroots (eg: when using --clean-all) 0.7.17.2 - iurt: Use consistent log directory (fixes a crash on Mageia BS). diff --git a/iurt b/iurt index 7f7c1cb..2489d03 100755 --- a/iurt +++ b/iurt @@ -324,7 +324,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.7.17.2'; +my $version = '0.7.18'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); -- cgit v1.2.1