]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Wed, 2 Dec 2009 10:56:24 +0000 (11:56 +0100)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 2 Dec 2009 10:56:24 +0000 (11:56 +0100)
doc/ChangeLog

index 13001e8d48dd5828dc27cbdd60b4e6005d2bfe9a..b01acc9c66fa6999708dd5b44dc326954a427da0 100644 (file)
@@ -2,10 +2,8 @@ FreeRADIUS 2.1.8 Mon Jan 1 1:00:00 CEST 1999;  , urgency=medium
        Feature improvements
        * Print more descriptive error message for too many EAP sessions.
          This gives hints on what to do when "failed to store handler"
-       * Moved illegal attributes to dictionary.ascend.illegal and
-         dictionary.usr.illegal.  You may need to manually re-enable them.
        * Allow old-style dictionary formats, where the vendor name is the
-         last field of a line.
+         last field in an ATTRIBUTE definition.
        * Commands received from radmin are now printed on stdout when
          in debugging mode.
 
@@ -24,11 +22,12 @@ FreeRADIUS 2.1.8 Mon Jan 1 1:00:00 CEST 1999;  , urgency=medium
          "unable to open proxy socket".
        * Avoid mutex locks in libc after fork
        * Retry packet from  detail file if there was no response.
-       * removed all recursive use of mutexes.  Some systems just don't
+       * Removed all recursive use of mutexes.  Some systems just don't
          support this.
        * Allow !* to work as documented.
        * make templates work (see templates.conf)
        * Enabled "allow_core_dumps" to work again
+       * Fixed corner cases inconditional dynamic expansion.
 
 FreeRADIUS 2.1.7 Mon Sept 14 11:20:00 CEST 2009;  , urgency=medium
        Feature improvements