summaryrefslogtreecommitdiffstats
path: root/Changes
diff options
context:
space:
mode:
authorGavin Carr <gonzai@users.sourceforge.net>2007-03-16 11:25:15 (GMT)
committerGavin Carr <gonzai@users.sourceforge.net>2007-03-16 11:25:15 (GMT)
commitc6cbf050974c8f6642fa1d7bde309710b66cbfa0 (patch)
tree0eb0ea62814b0623fb619c2af3287a585de48c2c /Changes
parente5109f99c9657a1a8e9fb32b19254a417e2ccd65 (diff)
downloadmonitoring-plugin-perl-c6cbf050974c8f6642fa1d7bde309710b66cbfa0.tar.gz
Cleanups, mostly to N::P::Range/Threshold/Performance.
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/Nagios-Plugin/trunk@1641 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'Changes')
-rw-r--r--Changes10
1 files changed, 7 insertions, 3 deletions
diff --git a/Changes b/Changes
index 384538b..b207c21 100644
--- a/Changes
+++ b/Changes
@@ -1,8 +1,12 @@
1Revision history for Perl module Nagios::Plugin. 1Revision history for Perl module Nagios::Plugin.
2 2
3??? ?? 30.16 ??
4 - fixed warnings when no uom specified for add_perfdata 4 - perldoc updates to Performance, Threshold, and Range (Gavin)
5 - added max_state function in N::P::Functions 5 - remove default use of Threshold from N::P::Performance (Gavin)
6 - remove remaining Class::Struct usages from Threshold + Range (Gavin)
7 - remove remaining Class::Struct usages from Performance (Gavin)
8 - fixed warnings when no uom specified for add_perfdata (Ton)
9 - added max_state function in N::P::Functions (Ton)
6 10
70.15 19th December 2006 110.15 19th December 2006
8 - exposed Getopt and Threshold functionality from top level Nagios::Plugin 12 - exposed Getopt and Threshold functionality from top level Nagios::Plugin