]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Wed, 10 Jun 2020 23:20:35 +0000 (19:20 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 10 Jun 2020 23:20:35 +0000 (19:20 -0400)
doc/ChangeLog

index 092d137d97a2384d734632e99bfd348fb301823c..8d4ec29f0c2caaa1fd08cbdbd0d2d4920a012f19 100644 (file)
@@ -23,14 +23,13 @@ FreeRADIUS 3.0.22 Tue 24 Mar 2020 12:00:00 EDT urgency=low
        * Note that rlm_replicate can only use UDP, and not TCP or TLS.
        * DHCP pool lookup is now keyed by Client Identifier (Option 61) when
          supplied by client, otherwise the hardware address is used. Compliant
-         with RFC 2132.
-         WARNING: Upon upgrade, if this new behaviour is adopted then existing
-         leases for clients supplying Client Identifiers will not match. This
-         will lead to a temporary increase in pool utilisation (until the
-         original leases have expired) and affected clients will be allocated
-         new IP addresses. To retain the old (RFC incompatible) behaviour
-         refer to raddb/policy.d/dhcp
+         with RFC 2132. This change will not affect existing systems on upgrade,
+         but new installations will use the new behavior.
          Patch from Terry Burton.
+       * Fix minor spelling mistakes in man pages.  Patch from
+         Alexander Scheel.
+       * Don't print invalid tags in rlm_cache, among other places.
+         Fixes #3491
 
 FreeRADIUS 3.0.21 Tue 24 Mar 2020 12:00:00 EDT urgency=low
        Feature improvements