diff options
author | Pascal Terjan <pterjan@mageia.org> | 2022-08-22 18:08:27 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2022-08-22 18:09:49 +0000 |
commit | 6e223990ca464a9bff181eff596844f0241434be (patch) | |
tree | 58e6e7efa4f570c3c60e27a5f2620c4432cfa9ad | |
parent | c114af47702012d3c60b9b4f252f6c52b225d074 (diff) | |
download | iurt-0.7.18.tar iurt-0.7.18.tar.gz iurt-0.7.18.tar.bz2 iurt-0.7.18.tar.xz iurt-0.7.18.zip |
0.7.180.7.18
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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). @@ -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); |