From: Alan T. DeKok Date: Mon, 27 Nov 2023 13:20:57 +0000 (-0500) Subject: note recent changes X-Git-Tag: release_3_2_4~111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c7cbacbd53c36616765862add55aa283faef81d;p=thirdparty%2Ffreeradius-server.git note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 8d69b38c35b..c404e98519b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -20,6 +20,8 @@ FreeRADIUS 3.2.4 Fri 26 May 2023 12:00:00 EDT urgency=low and microseconds. * radclient prints packets as hex when using -xxx * document KRB5_CLIENT_KTNAME in the "env" section of radiusd.conf. + * Allow for 'encrypt=1' attributes to be longer than 128 characters. + * Add "dedup_key" for misbehaving supplicants. See mods-available/eap Bug fixes * Fix corner case with empty defaults in rlm_files. Fixes #5035