From: Alan T. DeKok Date: Tue, 7 Aug 2012 13:01:09 +0000 (+0200) Subject: Note recent changes X-Git-Tag: release_2_2_0~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=362ad9415a4eeb0b63ae43d2a662732c56860cc6;p=thirdparty%2Ffreeradius-server.git Note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 9199710c38c..d6487035ee6 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -59,8 +59,14 @@ FreeRADIUS 2.2.0 Fri 31 Dec 2011 21:00:00 CEST, urgency=medium * Correct calculation of Message-Authenticator for CoA and Disconnect replies. Patch from Jouni Malinen * Install rad_counter, for managing rlm_counter files. - * Add unique index constraint to MySQl so that alternate queries + * Add unique index constraint to MySQL so that alternate queries work correctly. + * The TTLS diameter decoder is now more lenient. It ignores + unknown attributes, instead of rejecting the TTLS session. + * Use "globfree" in detail file reader. Prevents very slow leak. + Closes bug #207. + * Operator =~ shouldn't copy the attribute, like :=. It should + instead behave more like ==. FreeRADIUS 2.1.12 Fri 30 Sept 2011 16:57:38 CEST, urgency=medium Feature improvements