From: Alan T. DeKok Date: Thu, 7 Sep 2023 15:32:41 +0000 (-0400) Subject: note recent changes X-Git-Tag: release_3_2_4~143 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6556b2bcc68bc919eb33ba6e95c16e697650dcdf;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 92909905662..2afb013a1aa 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -14,6 +14,8 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low * Add 'if not exists' to mysql create table queries. ref #5032 (#5137) * Add lookback and more configuration to totp. See mods-available/totp * Update dictionary.aruba + * Added "radsecret" program which generates strong secrets. See the + top of the "clients.conf" file for more information. Bug fixes * Fix corner case with empty defaults in rlm_files. Fixes #5035 @@ -28,6 +30,7 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low * add client configuration for TLS PSK. * permit originate CoA after proxying to an internal virtual server * Use virtual server "default" when passed "-i" and "-p" on the command line. + * Fix locking issues with rlm_python3. FreeRADIUS 3.2.3 Fri 26 May 2023 12:00:00 EDT urgency=low Configuration changes