Просмотр исходного кода

added latest commits to NEWS file

Sven Nierlein 13 лет назад
Родитель
Сommit
38ad00c191
2 измененных файлов с 4 добавлено и 0 удалено
  1. 3 0
      NEWS
  2. 1 0
      THANKS.in

+ 3 - 0
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

+ 1 - 0
THANKS.in

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