From: Alan T. DeKok Date: Sun, 12 Sep 2021 21:30:25 +0000 (-0400) Subject: note recent changes X-Git-Tag: release_3_0_24~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68ab8fecf5ce06f13687ee86a9b62310a64b440c;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index fd2d8d63a5..d2eb91f089 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -19,6 +19,9 @@ FreeRADIUS 3.0.24 Thu 10 Jun 2021 12:00:00 EDT urgency=low 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. + * add "weeklycounter" to sample sqlcounter configuration + * The Simultaneous-Use code is now IPv6 aware, and can deal with + NAS-IPv6-Address. Bug fixes * Fix crash in trustrouter module (#4115). Patch from Alejandro Perez @@ -40,6 +43,8 @@ FreeRADIUS 3.0.24 Thu 10 Jun 2021 12:00:00 EDT urgency=low * Accept slow writes from proxies over TCP, which allows the server to make more progress when it receives partial packets. * Add 'weeklycounter' for rlm_sqlcounter. + * Outbound proxying over TCP / TLS is better able to deal with + partial TCP reads, and has fewer issues with slow networks. FreeRADIUS 3.0.23 Thu 10 Jun 2021 12:00:00 EDT urgency=low Feature improvements