Răsfoiți Sursa

Sort changelog entries for 2.3.2

madlohe 6 ani în urmă
părinte
comite
dfb3bb6b4d
1 a modificat fișierele cu 7 adăugiri și 7 ștergeri
  1. 7 7
      NEWS

+ 7 - 7
NEWS

@@ -2,17 +2,17 @@ This file documents the major additions and syntax changes between releases.
 
 2.3.2 2020-??-??
 	FIXES
-	check_http: Fix host:port syntax when using -H (Isaac White)
+	build: Fix broken builds on some systems, including Homebrew (#508)
 	check_disk: Change unit calculations to always use binary units for backward compatibility (#518)
+	check_dns: Improve error messaging for "connection timed out" and "connected refused" cases (#503) (Barak Shohat)
+	check_http: Fix host:port syntax when using -H (#514) (Isaac White)
+	check_icmp: All performance data tags should show when packet loss is 100% (#510)
+	check_icmp: Fix incorrect status when run against multiple hosts (#520)
+	check_mailq: Fix nullmailer regular expression to recognize minutes and seconds properly (#522)
 	check_ntp_peer: Fixed improper performance data by setting LC_NUMERIC to 'C' (#526)
 	check_ntp_time: Fixed improper performance data by setting LC_NUMERIC to 'C' (#526)
-	check_mailq: Fix nullmailer regular expression to recognize minutes and seconds properly (#522)
-	check_icmp: Fix incorrect status when run against multiple hosts (#520)
-	build: Fix broken builds on some systems, including Homebrew (#508)
-	perl dependencies: updated the included Module::Build to work with newer versions of perl (#505)
-	check_icmp: All performance data tags should show when packet loss is 100% (#510)
-	check_dns: Improve error messaging for "connection timed out" and "connected refused" cases (#503) (Barak Shohat)
 	check_ping: Fixed inconsistent timeout behavior (#323, #419) (Barak Shohat)
+	perl dependencies: updated the included Module::Build to work with newer versions of perl (#505)
 
 2.3.1 2019-12-09
 	FIXES