From: Alan T. DeKok Date: Tue, 31 Aug 2021 12:51:29 +0000 (-0400) Subject: note recent changes X-Git-Tag: release_3_0_24~32 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ff2e60fffeb44478888305617e8674f10587cd6;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index f0417f89c72..425afe23ecd 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -16,7 +16,9 @@ FreeRADIUS 3.0.24 Thu 10 Jun 2021 12:00:00 EDT urgency=low 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". + See sites-available/tls, "proxy_protocol" and doc/antora/modules/howto/pages/protocols/proxy/ + * Generate parse errors in more circumstances when we know that the + configuration is wrong. Bug fixes * Fix crash in trustrouter module (#4115). Patch from Alejandro Perez @@ -35,6 +37,8 @@ FreeRADIUS 3.0.24 Thu 10 Jun 2021 12:00:00 EDT urgency=low Fixes #4161, #4162, #4163. * Final fix for double free in #3188. * Fix sqlcounter wrong memory free. PR #4192 from Jorge Pereira + * Accept slow writes from proxies over TCP, which allows the + server to make more progress when it receives partial packets. FreeRADIUS 3.0.23 Thu 10 Jun 2021 12:00:00 EDT urgency=low Feature improvements