]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 7 Aug 2012 13:01:09 +0000 (15:01 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 10 Aug 2012 09:25:56 +0000 (11:25 +0200)
doc/ChangeLog

index 9199710c38c6c1ac580a61c3f74b2ea790f52321..d6487035ee63ee786ee94fd5d613fff78f3f2f73 100644 (file)
@@ -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