added latest commits to NEWS file

This commit is contained in:
Sven Nierlein 2013-01-23 20:52:06 +01:00
parent 307da669ee
commit 38ad00c191
2 changed files with 4 additions and 0 deletions

3
NEWS
View file

@ -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

View file

@ -276,3 +276,4 @@ William Leibzon
Jochen Bern
Anders Kaseorg
Robin Sonefors
Alex Bradley