diff options
author | waja <waja@users.noreply.github.com> | 2024-07-25 13:33:32 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-25 13:33:32 (GMT) |
commit | 4ab154d5c3640d7f2cc3180d2f05ac688be7a11b (patch) | |
tree | 652162aca9bf5672f9984623d680585f686edd28 /NEWS | |
parent | 1f1906e94895e46bb4fd103e411381c4093a26f2 (diff) | |
parent | 9179b14906bad016f8cd78e65f25dfdc1107dc6f (diff) | |
download | monitoring-plugins-4ab154d.tar.gz |
Merge pull request #2009 from waja/post_release
Post release changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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 |