From bf21d1d289a35b94d74a2ca2d2db67c15a5388aa Mon Sep 17 00:00:00 2001 From: qgarnier Date: Thu, 23 Nov 2017 15:41:07 +0100 Subject: [PATCH] prepare release --- centreon/plugins/script.pm | 2 +- changelog | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/centreon/plugins/script.pm b/centreon/plugins/script.pm index f652738d0..62492a571 100644 --- a/centreon/plugins/script.pm +++ b/centreon/plugins/script.pm @@ -30,7 +30,7 @@ use Pod::Find qw(pod_where); my %handlers = (DIE => {}); -my $global_version = 20171013; +my $global_version = 20171123; my $alternative_fatpacker = 0; sub new { diff --git a/changelog b/changelog index d3f82b033..1171c6209 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,9 @@ +2017-11-23 Quentin Garnier + * Plugin added: Freebox Rest API + * Plugin added: Netgear Mseries SNMP + * Plugin added: Zyxel SNMP + * Add redis support for temporary datas + 2017-10-13 Quentin Garnier * Plugin added: Kaminario Rest API * Plugin added: Protocol SSH