From: Alan T. DeKok Date: Wed, 10 Jun 2020 23:20:35 +0000 (-0400) Subject: note recent changes X-Git-Tag: release_3_0_22~547 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a3524653ebbdc6096829fedf4d2007faa531311;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 092d137d97a..8d4ec29f0c2 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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