aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2015-11-17 23:57:05 +0100
committerOlivier Blin <dev@blino.org>2015-11-17 23:57:05 +0100
commita9ee37d14e6f8f03997dc94bc2f947c10f4356a7 (patch)
tree7fd99900e2bce297d623040e06eed2f3613cfa93
parent9224244d57c3d7026232b68c63fb488789e8f7c9 (diff)
downloadiurt-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--NEWS1
-rwxr-xr-xiurt2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 9ac40d4..72b6a88 100644
--- a/NEWS
+++ b/NEWS
@@ -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:
diff --git a/iurt b/iurt
index 43136b6..b302d6a 100755
--- a/iurt
+++ b/iurt
@@ -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);