]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 12 Jun 2018 18:53:21 +0000 (14:53 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 12 Jun 2018 18:53:21 +0000 (14:53 -0400)
doc/ChangeLog

index a163864d847d0c767b6f53febd8841747184d940..31013582139bcbf6d740da32bb8a6f41789cbd99 100644 (file)
@@ -4,6 +4,7 @@ FreeRADIUS 3.0.18 Tue 17 Apr 2018 14:00:00 EDT urgency=low
          with proxies which have packet loss.
        * Do-Not-Respond policies can now be set in the
          "post-auth" section, too.
+       * Encode / Decode ADSL Forum DHCP options.
 
        Bug fixes
        * The session-state list is no longer cleaned in the
@@ -11,6 +12,13 @@ FreeRADIUS 3.0.18 Tue 17 Apr 2018 14:00:00 EDT urgency=low
          section access session-state.
        * Fix typo lock initialization for TLS sockets
          Found by Sergio NNX.
+       * Add check for crash when home server down.
+         Fixes #2233.
+       * Add username key for postauth table.
+       * Better libpcap checks, when the header files or
+         libraries are missing.  Fixes #2245.
+       * Allow building with old versions of OpenSSL.
+         Fixes #2247.
 
 FreeRADIUS 3.0.17 Tue 17 Apr 2018 14:00:00 EDT urgency=low
        Feature improvements