From a9ee37d14e6f8f03997dc94bc2f947c10f4356a7 Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Tue, 17 Nov 2015 23:57:05 +0100 Subject: 0.6.25 --- NEWS | 1 + iurt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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); -- cgit v1.2.1