aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS2
-rwxr-xr-xiurt2
2 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index dff2124..7779c9a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
+0.6.28
- ulri: only fail succesful arches if previous failure was from a mandatory
arch
- emi: skip all posts for non finishers instead of hardcoding a list
+- ulri: fix sending failure email causing a crash
0.6.27
- emi: fix a bug where genhdlist2 was skipped when doing a secondary upload
diff --git a/iurt b/iurt
index b998743..39a476f 100755
--- a/iurt
+++ b/iurt
@@ -341,7 +341,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line
# Display version information
#
-my $version = '0.6.27';
+my $version = '0.6.28';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);