aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2015-10-31 17:39:48 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2015-10-31 17:39:48 +0100
commit0dd3174358bb336b5a70a1015e462e083d5a3298 (patch)
treef7ba390cfcf932df4fa5ae44365ffaf292e3c5e1
parentdc32b98c54fadc980b49476e720680dfbbe2c8e5 (diff)
downloadiurt-0dd3174358bb336b5a70a1015e462e083d5a3298.tar
iurt-0dd3174358bb336b5a70a1015e462e083d5a3298.tar.gz
iurt-0dd3174358bb336b5a70a1015e462e083d5a3298.tar.bz2
iurt-0dd3174358bb336b5a70a1015e462e083d5a3298.tar.xz
iurt-0dd3174358bb336b5a70a1015e462e083d5a3298.zip
0.6.240.6.24
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
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);