]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 31 Aug 2021 12:51:29 +0000 (08:51 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 31 Aug 2021 12:51:29 +0000 (08:51 -0400)
doc/ChangeLog

index f0417f89c72b34ea811550a3f0b1cfdfcb8e73fe..425afe23ecd505a9041e63faba767a7c7c1550e1 100644 (file)
@@ -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