]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Mon, 20 May 2024 17:40:19 +0000 (13:40 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 20 May 2024 17:40:19 +0000 (13:40 -0400)
doc/ChangeLog

index a571925f3a9a33ce98d63ff34068363bb97e4ed0..175ec0ee75d541fef8b604d5b570d7e75e73aa05 100644 (file)
@@ -25,6 +25,7 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low
        * Add proxy_dedup_window.  See radiusd.conf.
        * Added "-t timeout" to radsniff.  It will stop processing packets
          after <timeout> seconds.
+       * Add "lookforward_steps" to rlm_totp.
 
        Bug fixes
        * Fix corner case with empty defaults in rlm_files.  Fixes #5035
@@ -61,6 +62,10 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low
        * Fix occasional crash with bad home servers.  Fixes #5308.
        * Minor bug fixes to the SQL freetds modules.
        * Fix blocking issue with RADIUS/TLS connection checks.
+       * Fix run-time crash on configuration typos of %{substr ...} instead
+         of %{substr:...}  Fixes #5321.
+       * %{randstr:...} now returns the requested amount of data, instead of
+         one too many bytes.
 
 FreeRADIUS 3.2.3 Fri 26 May 2023 12:00:00 EDT urgency=low
        Configuration changes