diff options
author | Pascal Terjan <pterjan@mageia.org> | 2012-10-31 22:57:07 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2012-10-31 22:57:07 +0000 |
commit | 3921af56ba81be7bebf1c918373a2c608d7de5b6 (patch) | |
tree | 282ec6a578e99eaed0139152b83da06436758bc4 | |
parent | 529be23f6c4868580f4675876af4bdb58b33540f (diff) | |
download | iurt-3921af56ba81be7bebf1c918373a2c608d7de5b6.tar iurt-3921af56ba81be7bebf1c918373a2c608d7de5b6.tar.gz iurt-3921af56ba81be7bebf1c918373a2c608d7de5b6.tar.bz2 iurt-3921af56ba81be7bebf1c918373a2c608d7de5b6.tar.xz iurt-3921af56ba81be7bebf1c918373a2c608d7de5b6.zip |
Update NEWS for a release0.6.12
-rw-r--r-- | NEWS | 3 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 3 insertions, 2 deletions
@@ -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 @@ -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); |