aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--THANKS.in1
2 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 293bd9dc..ae7d2da6 100644
--- a/NEWS
+++ b/NEWS
@@ -5,11 +5,14 @@ This file documents the major additions and syntax changes between releases.
New check_dbi plugin for checking an (SQL) database using DBI
Let OpenSSL load its configuration file (see the OPENSSL_config(3) man page)
Add performance data to check_procs
+ Added -4/-6 options to check_dig (Ville Mattila)
FIXES
Change the MAIL FROM command generated by check_smtp to be RFC compliant
Fix compilation of check_http without SSL support
Fix check_snmp reversed threshold ranges (backward-compatibility)
+ Fix check_snmp memory violation when using more than 8 oids (Robin Sonefors)
+ Fix check_apt security regular expression (Alex Bradley)
1.4.16 27th June 2012
ENHANCEMENTS
diff --git a/THANKS.in b/THANKS.in
index 60f02cd4..1a470c87 100644
--- a/THANKS.in
+++ b/THANKS.in
@@ -276,3 +276,4 @@ William Leibzon
Jochen Bern
Anders Kaseorg
Robin Sonefors
+Alex Bradley