aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2022-08-22 18:08:27 +0000
committerPascal Terjan <pterjan@mageia.org>2022-08-22 18:09:49 +0000
commit6e223990ca464a9bff181eff596844f0241434be (patch)
tree58e6e7efa4f570c3c60e27a5f2620c4432cfa9ad
parentc114af47702012d3c60b9b4f252f6c52b225d074 (diff)
downloadiurt-6e223990ca464a9bff181eff596844f0241434be.tar
iurt-6e223990ca464a9bff181eff596844f0241434be.tar.gz
iurt-6e223990ca464a9bff181eff596844f0241434be.tar.bz2
iurt-6e223990ca464a9bff181eff596844f0241434be.tar.xz
iurt-6e223990ca464a9bff181eff596844f0241434be.zip
0.7.180.7.18
-rw-r--r--NEWS3
-rwxr-xr-xiurt2
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);