summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 28 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd43fd3a..6969ce87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,33 @@
1This file documents the major additions and syntax changes between releases. 1This file documents the major additions and syntax changes between releases.
2 2
33.0.0-rc1 2025-12-02
4
5 GENERAL
6 * Uniform formatting for the C part of the project
7 * General refactoring to avoid global variabes and attempt to make the code "simler"
8 * Centralised output generation for some plugins
9 * Sync with the latest Gnulib code (d4ec02b3cc) (gnulib v1.0)
10
11 CHANGES
12 * check_snmp: links not directly agains net-snmp, no `snmpget`(next) anymore
13
14 FIXES
15 * check_curl: some bug fixes regarding different scenarios
16 * check_mysql: adapt to different naming schemes in MySQL in newer versions for replica check
17 * check_ssh: fix a buffer overflow
18 * check_ntp_peer and check_ntp_time should now be able to handle Unix sockets instead of network addresses, too
19
20 ENHANCEMENTS
21 * check_dig: New options to require or forbid specific DNS flags
22 * check_ifstatus: New option to exclude specific ports
23 * Add dontfrag / random options to fping check
24
25 REMOVALS
26 * check_nwstat was removed, since there is no use case anymore
27
28 DEPRECATIONS
29 * check_http is now considered deprecated and will receive no further maintenance
30
32.4.0 25th Jul 2024 312.4.0 25th Jul 2024
4 FIXES 32 FIXES
5 * check_dbi: Compiler warning for uninitialized variable 33 * check_dbi: Compiler warning for uninitialized variable