From 0dd3174358bb336b5a70a1015e462e083d5a3298 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 31 Oct 2015 17:39:48 +0100 Subject: 0.6.24 --- NEWS | 1 + iurt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bae5785..b12d53b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +0.6.24 - speed up installing packages - support sharding the build with --num_shards and --shard_id - retry only once installing buildrequires diff --git a/iurt b/iurt index d7d6781..d308c23 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.23'; +my $version = '0.6.24'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); -- cgit v1.2.1