diff options
author | Pascal Terjan <pterjan@gmail.com> | 2016-12-31 12:34:35 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@gmail.com> | 2016-12-31 12:34:35 +0000 |
commit | e6f28ac06e9865199a638d3df148e6c8d715aca4 (patch) | |
tree | fa22acb4c08f4da0b9bc7dbd2e40f86080139d5b | |
parent | dfedbb57f1e3e4bed00773b72ae7b2ae9e251353 (diff) | |
download | iurt-e6f28ac06e9865199a638d3df148e6c8d715aca4.tar iurt-e6f28ac06e9865199a638d3df148e6c8d715aca4.tar.gz iurt-e6f28ac06e9865199a638d3df148e6c8d715aca4.tar.bz2 iurt-e6f28ac06e9865199a638d3df148e6c8d715aca4.tar.xz iurt-e6f28ac06e9865199a638d3df148e6c8d715aca4.zip |
0.6.290.6.29
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +0.6.29 - iurt: support chroot tarballs with non gz compression - ulri,emi: fix deletion of src.rpm with non mandatory architectures @@ -341,7 +341,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.6.28'; +my $version = '0.6.29'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |