From fc31cd2165aa3a6f8003b63ff4f3ff6ddc63a218 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Tue, 2 Dec 2025 15:03:33 +0100 Subject: Pre release 3.0.0-rc1 --- NEWS | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index fd43fd3a..6969ce87 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,33 @@ This file documents the major additions and syntax changes between releases. +3.0.0-rc1 2025-12-02 + + GENERAL + * Uniform formatting for the C part of the project + * General refactoring to avoid global variabes and attempt to make the code "simler" + * Centralised output generation for some plugins + * Sync with the latest Gnulib code (d4ec02b3cc) (gnulib v1.0) + + CHANGES + * check_snmp: links not directly agains net-snmp, no `snmpget`(next) anymore + + FIXES + * check_curl: some bug fixes regarding different scenarios + * check_mysql: adapt to different naming schemes in MySQL in newer versions for replica check + * check_ssh: fix a buffer overflow + * check_ntp_peer and check_ntp_time should now be able to handle Unix sockets instead of network addresses, too + + ENHANCEMENTS + * check_dig: New options to require or forbid specific DNS flags + * check_ifstatus: New option to exclude specific ports + * Add dontfrag / random options to fping check + + REMOVALS + * check_nwstat was removed, since there is no use case anymore + + DEPRECATIONS + * check_http is now considered deprecated and will receive no further maintenance + 2.4.0 25th Jul 2024 FIXES * check_dbi: Compiler warning for uninitialized variable -- cgit v1.2.3-74-g34f1