aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2012-10-31 22:57:07 +0000
committerPascal Terjan <pterjan@mageia.org>2012-10-31 22:57:07 +0000
commit3921af56ba81be7bebf1c918373a2c608d7de5b6 (patch)
tree282ec6a578e99eaed0139152b83da06436758bc4
parent529be23f6c4868580f4675876af4bdb58b33540f (diff)
downloadiurt-0.6.12.tar
iurt-0.6.12.tar.gz
iurt-0.6.12.tar.bz2
iurt-0.6.12.tar.xz
iurt-0.6.12.zip
Update NEWS for a release0.6.12
-rw-r--r--NEWS3
-rwxr-xr-xiurt2
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index cbe6137..28266a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
-0.6.13 (unreleased)
+0.6.13
- use rpmbuild/ rather than rpm/
(need invalidating chroots)
+- various code cleanups and simplification
0.6.12
- mount /dev/shm as tmpfs using the helper, safer
diff --git a/iurt b/iurt
index 7dc2cbf..63d467e 100755
--- a/iurt
+++ b/iurt
@@ -365,7 +365,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line
# Display version information
#
-my $version = '0.6.13';
+my $version = '0.6.12';
plog("MSG", "This is iurt version $version");
my $todo = parseCommandLine($program_name, \@ARGV, \@params);