]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Fri, 16 Jul 2021 13:27:59 +0000 (09:27 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 16 Jul 2021 13:27:59 +0000 (09:27 -0400)
doc/ChangeLog

index de349fb8f0748a1819950c4910f9b4242e4ef0e7..5de1043da3613afce4afa72a6e22759988d11f2e 100644 (file)
@@ -1,15 +1,24 @@
 FreeRADIUS 3.0.24 Thu 10 Jun 2021 12:00:00 EDT urgency=low
        Feature improvements
-       * EAP-FAST will print errors and continue, rather than exiting.
        * Add sanitizer options to configure script.
        * Log information needed by Wireshark to decode TLS sessions.
        * Allow more liberal SQL commands in rlm_sql_map.
        * Update dictionary.apc, dictionary.h3c
+       * Add new Acct-Status-Type Subsystem-On and Subsystem-Off.
+         See dictionary.iana and
+         https://freeradius.org/rfc/acct_status_type_subsystem.html
+       * add reject_unknown_intermediate_ca.  See mods-available/eap
 
        Bug fixes
        * Fix crash in trustrouter module (#4115). Patch from Alejandro Perez
        * Fix crash in state handling.
        * Don't alter global options in redhat logrotate scripts.
+       * EAP-FAST will print errors and continue, rather than exiting
+         when OpenSSL fails various internal sanity checks.
+       * Allow admin to manually change core limits, even when core limits
+         are disabled.
+       * Fix chunked rlm_rest HTTP body.  Closes #4131.
+         Patch from Nathan Ward.
 
 FreeRADIUS 3.0.23 Thu 10 Jun 2021 12:00:00 EDT urgency=low
        Feature improvements