@@ -2,6 +2,11 @@ FreeRADIUS 3.2.9 Wed 20 Aug 2025 12:00:00 UTC urgency=low
22 Configuration changes
33
44 Feature improvements
5+ * Always allow Protocol-Error packet as valid response to any
6+ packet.
7+ * Add "protocol_error = yes" configuration to clients. If set,
8+ the server can return Protocol-Error responses to the client.
9+ * Add Error-Cause attributes to CoA-NAK and Disconnect-NAK
510 * added filter_username_nai to policy.d/filter, mainly for use in
611 eduroam.
712 * Initial implementation of Protocol-Failure as per IETF draft.
@@ -14,6 +19,9 @@ FreeRADIUS 3.2.9 Wed 20 Aug 2025 12:00:00 UTC urgency=low
1419 * amend policy insert_acct_class/acct_unique to work in
1520 environments with multiple Class attributes (#5337)
1621 * Tweak sqlippool messages to make them clearer.
22+ * Print log message if the server receives a correct authenticated
23+ proxy response packet, but which has an unexpected code.
24+ e.g. received Access-Accept in response to an Accounting-Request.
1725
1826 Bug fixes
1927 * Fix run_dir (#5637) and MemoryLimit (#5639)
@@ -34,6 +42,12 @@ FreeRADIUS 3.2.9 Wed 20 Aug 2025 12:00:00 UTC urgency=low
3442 cases / race conditions. Thanks to Paul Dekkers for testing.
3543 * Don't close the main listen socket for TCP. Fixes #5661.
3644 * Fix rlm_dspk to properly support dynamic filenames.
45+ * Don't crash in corner cases when running Post-Proxy-Type Fail.
46+ * Use correct name offsets in proxy_rate_limit. Fixes #5675.
47+ * push fallback virtual server to child thread. Fixes #5679.
48+ * Correct corner case in hash table. Fixes #5680.
49+ * Allow new proxy sockets after reaching "too many sockets", when
50+ we close an existing proxy connection. Fixes #5964.
3751
3852FreeRADIUS 3.2.8 Wed 20 Aug 2025 12:00:00 UTC urgency=low
3953 Configuration changes
0 commit comments