From: Matthew Newton Date: Wed, 29 May 2024 18:15:50 +0000 (+0100) Subject: note recent changes X-Git-Tag: release_3_0_27~39 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9410d2639b3d926658e56fb9cbdaa2a19df4b7b8;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index cd5363f302..cbd952fa67 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,7 +1,7 @@ FreeRADIUS 3.0.27 Tue 20 Sep 2022 12:00:00 EDT urgency=low Feature improvements * Update dictionary.alcatel.sr - * Added dictionary.eleven + * Added dictionary.eleven, dictionary.tplink * relax EAP pre-proxy checks based on discussions in the IETF. Bug fixes @@ -23,6 +23,13 @@ FreeRADIUS 3.0.27 Tue 20 Sep 2022 12:00:00 EDT urgency=low * Clean up state ctx storage for lost packets. Fixes #5055. * Fix compiler warning when building without TCP. Fixes #5054. * Use virtual server "default" when passed "-i" and "-p" on the command line. + * Clean up several debug messages. + * Fix Message-Authenticator for CoA replies. + * Don't add a delay for proxied reject packets from a home server. + * Improve Python exception handling. #5242 + * Correctly trim whitespace in rlm_unpack. + * Handle returned NULL column values in rlm_sql_freetds. + * Fix crash with TLS Status-Server requests. Fixes #5326. FreeRADIUS 3.0.26 Tue 20 Sep 2022 12:00:00 EDT urgency=low Feature improvements