From 9fe82ff9e7c5baea7fca2395e2ffbf19ba4df5d1 Mon Sep 17 00:00:00 2001 From: Jordi Sanfeliu Date: Tue, 25 Jun 2019 08:19:37 +0200 Subject: [PATCH] update Changes --- Changes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changes b/Changes index ce4f4d2..43daa71 100644 --- a/Changes +++ b/Changes @@ -3,6 +3,8 @@ - Added a complete graph to support PHP-FPM statistics ('phpfpm.pm'). [#167] - Completely rewritten the 'gensens.pm' module which includes the battery values as its third supported sensor. [#170] +- Rewritten the 'bind.pm' module to use XML::LibXML instead of XML::Simple, + fixing a number of long standing bugs. [#181] [#244] - Added a warning if a process vanished during the accouting in 'process.pm' - Added the ability, in the alerts of 'gensens.pm', to support a range of two values, separated by a dash, in the threshold. [#221] @@ -33,6 +35,7 @@ - Fixed to make sure that a maximum of 9 values is accepted in the 'graph_0' and 'graph_1' options of 'squid.pm'; warn user otherwise. [#235] - Fixed to include support for ZFS version 0.8.1+ in 'zfs.pm'. [#245] +- Fixed to honor the environment variable $OPTIONS during the execution. 3.11.0 - 14-Mar-2019