]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Mon, 11 Nov 2019 00:20:29 +0000 (19:20 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 11 Nov 2019 00:20:29 +0000 (19:20 -0500)
doc/ChangeLog

index 92de2294798bc219b208fa35ab95279b34186608..a907b5c3ed2a252c70d94f462373b1d6db40487c 100644 (file)
@@ -48,6 +48,11 @@ FreeRADIUS 3.0.20 Wed 10 Apr 2019 09:00:00 EDT urgency=low
          as rlm_python, which was Python2 only.
        * Add Dockerfiles for Debian10 and CentOS8.
        * Add RPM spec file compatibility for RHEL/CentOS 8.
+       * Add Jenkins files.  Patches from Matthew Newton.
+       * Notes on iOS 13 certificate issues.  See
+         https://support.apple.com/en-us/HT210176.
+       * Notes on certificate constraints.  See raddb/certs/server.cnf.
+       * Add NAIRealm example to raddb/certs/server.cnf, for RFC 7585.
 
        Bug fixes
        * Allow listen.ipaddr to reference an IPv6-only host.  Fixes #2627.
@@ -80,6 +85,10 @@ FreeRADIUS 3.0.20 Wed 10 Apr 2019 09:00:00 EDT urgency=low
        * Properly separate "originate-coa" packets when accounting packets
          are read from the detail file reader.
        * Use the correct virtual server for pre/post-proxy.
+       * radsqlrelay fixes backported from "master" branch.
+         Patches from Terry Burton.
+       * Fix DoS issues due to multithreaded BN_CTX access.
+         Patch from Mathy Vanhoef.  CVE-2019-17185
 
 FreeRADIUS 3.0.19 Wed 10 Apr 2019 09:00:00 EDT urgency=high
        Feature improvements