aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2020-06-14 21:06:03 +0000
committerPascal Terjan <pterjan@mageia.org>2020-06-14 21:06:24 +0000
commit5f41a76305fb8282f5daa920466add4316900ade (patch)
treefb475eef551af38c84b6b864cb652ca2eb123317
parentb51b9f16dbde7aacec457c3d0a4f51f635f333e8 (diff)
downloadiurt-5f41a76305fb8282f5daa920466add4316900ade.tar
iurt-5f41a76305fb8282f5daa920466add4316900ade.tar.gz
iurt-5f41a76305fb8282f5daa920466add4316900ade.tar.bz2
iurt-5f41a76305fb8282f5daa920466add4316900ade.tar.xz
iurt-5f41a76305fb8282f5daa920466add4316900ade.zip
0.7.11
-rw-r--r--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index e4bd403..80ad55b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+0.7.11
- iurt: allow building arm v5 and v7 on armv8l
- ulri: sort file names in mail
- move check_{no,}arch from Config into a new RPM module. They have nothing
diff --git a/iurt b/iurt
index 5757a06..32343f1 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.10';
+my $version = '0.7.11';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);