diff --git a/freeradius-server.changes b/freeradius-server.changes index f0c224c..95b0c70 100644 --- a/freeradius-server.changes +++ b/freeradius-server.changes @@ -2,6 +2,16 @@ Fri May 31 14:28:03 UTC 2024 - Adam Majer - update to 3.2.4 + Configuration changes + * Better handle backslashes in strings in the configuration files. + If the configuration items contain backslashes, then behavior may change. + However, the previous behavior didn't work as expected, + and therefore is not likely to be used. + * reject_delay no longer applies to proxied packets. All servers + should now set reject_delay = 1 for security and scalability. + * %{randstr:...} now returns the requested amount of data, + instead of one too many bytes. + Feature Improvements * Preliminary support for TEAP. * Update EAP module pre_proxy checks to make them less restrictive