]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update ChangeLog
authorMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 19 Sep 2022 11:13:54 +0000 (12:13 +0100)
committerMatthew Newton <matthew-git@newtoncomputing.co.uk>
Mon, 19 Sep 2022 11:13:54 +0000 (12:13 +0100)
configure.ac
doc/ChangeLog

index b6b149eb7a11ce67695025e4bca239763b71efbf..ad8bc8cdda2b57a543b9887cd7fb6bf1f9bb056e 100644 (file)
@@ -1286,7 +1286,7 @@ dnl #
 dnl #  Interix requires us to set -D_ALL_SOURCE, otherwise
 dnl #  getopt will be #included, but won't link.  <sigh>
 dnl #
-dnl #  On the other hand, it's 20222.  Interix has likely been dead for a decade. :(
+dnl #  On the other hand, it's 2022.  Interix has likely been dead for a decade. :(
 dnl #
 case "$host" in
   *-interix*)
index d98d17f1a2f38a753cbd54cfc77177b299eecbb7..e1d1b9441f29c05acc893177f846875630fc4254 100644 (file)
@@ -1,7 +1,8 @@
 FreeRADIUS 3.0.26 Thu 07 Oct 2021 12:00:00 EDT urgency=low
        Feature improvements
        * Add support for OpenSSL3
-       * Add dictionary.mellanox, dictionary.netelastic
+       * Add dictionary.mellanox, dictionary.netelastic,
+         dictionary.ciena
        * Update dictionary.aruba, dictionary.roaringpenguin
        * Removed haproxy support.  It's new and experimental,
          and belongs in the v3.2 release, where it will be
@@ -19,6 +20,8 @@ FreeRADIUS 3.0.26 Thu 07 Oct 2021 12:00:00 EDT urgency=low
        * Add client short name to "dropping packet" message,
        * Update MS-SQL queries to avoid using column which was
          deleted years ago.
+       * Add configure-time FIPS workaround to use internal MD4/MD5
+         implementations when disabled in OpenSSL.
 
        Bug fixes
        * Ensure PBKDF2 always uses at least one iteration
@@ -40,6 +43,8 @@ FreeRADIUS 3.0.26 Thu 07 Oct 2021 12:00:00 EDT urgency=low
          offers no benefit.
        * Fix crash in RadSec with expired server certificate. #4447.
        * PEAP now correctly runs Post-Auth-Type Accept.
+       * Build fixes for OS X
+       * Minor updates and fixes to CI, Dockerfiles and packaging.
 
 FreeRADIUS 3.0.25 Thu 07 Oct 2021 12:00:00 EDT urgency=medium
        Feature improvements