aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rwxr-xr-xiurt2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index ad57fe3..d788489 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,10 @@
+0.7.17.2
- iurt: Use consistent log directory (fixes a crash on Mageia BS).
0.7.17.1
- iurt: Fix src.rpm name (mga#30344)
-0.7.17:
+0.7.17
- iurt: record the list of generated packages
- iurt: allow generated src.rpm to have a different name, some packages use
macros for Name and those can change based on the distro version.
diff --git a/iurt b/iurt
index d22ded5..7f7c1cb 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.17.1';
+my $version = '0.7.17.2';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);