소스 검색

Update NEWS

Sebastian Wolf 1 년 전
부모
커밋
a1ab90b897
1개의 변경된 파일5개의 추가작업 그리고 4개의 파일을 삭제
  1. 5 4
      NEWS

+ 5 - 4
NEWS

@@ -1,4 +1,9 @@
 This file documents the major additions and syntax changes between releases.
+2.4.11 2024-08-02
+	FIXES
+	check_dig: Fixed issue where exact matching broke backwards compatability, and added new option to enforce exact matching (#777)
+	check_swap: Allow the plugin to run without warning/critical thresholds (#747)
+
 2.4.10 2024-04-30
 	FIXES
 	check_mailq: Add config directory option and update pattern matching for exim mailservers (#754)
@@ -7,10 +12,6 @@ This file documents the major additions and syntax changes between releases.
 	TESTS
 	Update majority of the test suite to working condition
 
-2.4.10 2024-XX-XX
-	FIXES
-	check_dig: Fixed issue where exact matching broke backwards compatability, and added new option to enforce exact matching (#777)
-
 2.4.9 2024-03-21
 	FIXES
 	check_snmp: Robustly fixes incorrect integer return value parsing (#749)