From 7f6069f0278d77ad3c28a53bcad059c08193ca7e Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Wed, 30 Apr 2014 13:05:16 +0000 Subject: 0.6.21 --- NEWS | 3 +++ iurt | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 25fbbd9..23aa6c2 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,7 @@ +0.6.21 - fix code handling dependencies +- fix broken error email +- fix lock cleanup 0.6.20 - close stdin when --shell is not used diff --git a/iurt b/iurt index 6882b6b..4269859 100755 --- a/iurt +++ b/iurt @@ -335,7 +335,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.6.20'; +my $version = '0.6.21'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); -- cgit v1.2.1