From: Alan T. DeKok Date: Fri, 6 Aug 2021 13:44:19 +0000 (-0400) Subject: note recent changes X-Git-Tag: release_3_0_24~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1233144791dc85e77e9edd21eee9f5e55262270;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index f87abe08bb..2f85f70e17 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -15,6 +15,8 @@ FreeRADIUS 3.0.24 Thu 10 Jun 2021 12:00:00 EDT urgency=low * Support SNI for inbound RadSec connections. Certificates will be loaded from "realm_dir" in the "tls" section. SNI will be cached in the TLS-Server-Name-Indication attribute. + * Preliminary support for haproxy "PROXY" protocol. + See sites-available/tls, "proxy_protocol". Bug fixes * Fix crash in trustrouter module (#4115). Patch from Alejandro Perez @@ -26,7 +28,12 @@ FreeRADIUS 3.0.24 Thu 10 Jun 2021 12:00:00 EDT urgency=low are disabled. * Fix chunked rlm_rest HTTP body. Closes #4131. Patch from Nathan Ward. - * Some fixes around the SQL ippool queries.conf + * Many fixes around the SQL ippool queries.conf and schema. + Patches from Jorge Periera. + * Fix MySQL stored procedures. PR #4170 from Terry Burton. + * Rework connection pool management for corner cases. + Fixes #4161, #4162, #4163. + * Final fix for double free in #3188. FreeRADIUS 3.0.23 Thu 10 Jun 2021 12:00:00 EDT urgency=low Feature improvements