aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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);