summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 2b257aa..fd43fd3 100644
--- a/NEWS
+++ b/NEWS
@@ -17,8 +17,6 @@ This file documents the major additions and syntax changes between releases.
17 * Fix logic in is_uint64_t to fix type-limit warning 17 * Fix logic in is_uint64_t to fix type-limit warning
18 * check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring 18 * check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring
19 * check_dns: Remove unused variable 19 * check_dns: Remove unused variable
20 * check_ntp_peer: Fixes for Wmaybe-unitialized and some restructuring
21 * check_dns: Remove unused variable
22 * check_disk: fix ignore-missing in combination with includes 20 * check_disk: fix ignore-missing in combination with includes
23 * check_procs: ignore our own children 21 * check_procs: ignore our own children
24 * Prevent -lcrypto from showing up in Makefile dependencies 22 * Prevent -lcrypto from showing up in Makefile dependencies
@@ -26,8 +24,6 @@ This file documents the major additions and syntax changes between releases.
26 * check_http: Remove self assignment of a variable and add some comments 24 * check_http: Remove self assignment of a variable and add some comments
27 * check_snmp: Remove unused variable 25 * check_snmp: Remove unused variable
28 * check_dhcp: Make implicit conversion explicit to dismiss warning 26 * check_dhcp: Make implicit conversion explicit to dismiss warning
29 * check_http: Remove self assignment of a variable and add some comments
30 * check_dhcp: Make implicit conversion explicit to dismiss warning
31 * Ini Parser: Avoid freeing symbols from text section 27 * Ini Parser: Avoid freeing symbols from text section
32 * check_icmp: keep performance data order in case of none-reachable hosts 28 * check_icmp: keep performance data order in case of none-reachable hosts
33 * check_swap: Change another fake boolean to a real one 29 * check_swap: Change another fake boolean to a real one