From: Alan T. DeKok Date: Fri, 25 Jul 2025 10:23:11 +0000 (+0200) Subject: note recent changes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4534a4d5c30bde562c76f87176fec9efda20143;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 6a05abbdab..c7e59bef42 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -30,11 +30,17 @@ FreeRADIUS 3.2.8 Fri 31 Jan 2025 12:00:00 UTC urgency=low configuration. * Add support for 389ds password hashes. Patch from Gerald Vogt. - * Add delay_proxy_rejects, and ensure that reject_delay - will delay for at least that time, and does not always - add a delay. + * reject_delay does not _add_ a delay, but instead ensures that + the reject is delayed for _at least_ that time. This change + means that reject_delay can be set in more situations, including + for proxies. + * Add delay_proxy_rejects. By default, proxied rejects are not + delayed. Setting this flag means that reject_delay is applied + to proxied rejects, too. * The proxy_rate_limit module can now be listed in the "authorize" section. + * Update dpsk module to be faster, and be easier to configure + with databases. See mods-available/dpsk Bug fixes * Move assertion in thread / queue code, which only affects