From: Alan T. DeKok Date: Sat, 3 May 2025 15:06:27 +0000 (-0400) Subject: note recent changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc38311fd947441088e8d9a26f56b83b67d66ab7;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index db0586b5bf..9c462a3e8c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -19,13 +19,16 @@ FreeRADIUS 3.2.8 Fri 31 Jan 2025 12:00:00 UTC urgency=low some NASes will panic and go crazy with a 1s reject_delay. * Rate limit complaints when limiting new connections. * Update raddb/certs/Makefile to support DER output. + * Elapsed statistics for packets do not include proxy timers, + which helps clarify where any issues are. + * Added kafka module. See mods-available/kafka. Bug fixes * Move assertion in thread / queue code, which only affects debug builds. Fixes #5512. * Update CRL checks to avoid crash in some cases. Fixes #5515 * More tweaks to the TEAP code. - * Allow building when OpenSSL is missing PSK. Fixes $5520 + * Allow building when OpenSSL is missing PSK. Fixes #5520 * Move assertion so that it isn't triggered when the incoming queue is full, and the server is blocked. Fixes #5512 * Fix crash when multiple certs are used along with @@ -36,6 +39,12 @@ FreeRADIUS 3.2.8 Fri 31 Jan 2025 12:00:00 UTC urgency=low * Fixes to interaction with python interpreter * Don't crash when setting client hostname in RADIUS/TLS. Fixes #5552 + * Ignore ".dpkg*" and ".rpm*" files when loading configuration + directories. Package managers can leave these around. + * Complain more loudly if all of the "authorize" etc. sections + have been removed, but the server is still configured to + process Access-Request packets. + * Use OCIStmtPrepare2 to prepare Oracle queries. Fixes #5540 FreeRADIUS 3.2.7 Fri 31 Jan 2025 12:00:00 UTC urgency=low Configuration changes