diff options
author | Olivier Blin <dev@blino.org> | 2015-11-17 23:57:05 +0100 |
---|---|---|
committer | Olivier Blin <dev@blino.org> | 2015-11-17 23:57:05 +0100 |
commit | a9ee37d14e6f8f03997dc94bc2f947c10f4356a7 (patch) | |
tree | 7fd99900e2bce297d623040e06eed2f3613cfa93 | |
parent | 9224244d57c3d7026232b68c63fb488789e8f7c9 (diff) | |
download | iurt-a9ee37d14e6f8f03997dc94bc2f947c10f4356a7.tar iurt-a9ee37d14e6f8f03997dc94bc2f947c10f4356a7.tar.gz iurt-a9ee37d14e6f8f03997dc94bc2f947c10f4356a7.tar.bz2 iurt-a9ee37d14e6f8f03997dc94bc2f947c10f4356a7.tar.xz iurt-a9ee37d14e6f8f03997dc94bc2f947c10f4356a7.zip |
0.6.250.6.25
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | iurt | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,3 +1,4 @@ +0.6.25 - drop arcfour cipher usage (not enabled by default in latest openssh packages) - iurt: force installing all translations whatever the host system locale is - emi: @@ -341,7 +341,7 @@ plog_init($program_name, $run{logfd} || $LOG, 7, 1); # For parsing command line # Display version information # -my $version = '0.6.24'; +my $version = '0.6.25'; plog("MSG", "This is iurt version $version"); my $todo = parseCommandLine($program_name, \@ARGV, \@params); |