Note changes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 6 Oct 2009 09:28:19 +0000 (11:28 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 6 Oct 2009 09:28:19 +0000 (11:28 +0200)
doc/ChangeLog

index d70ab98..e45af81 100644 (file)
@@ -1,8 +1,23 @@
 FreeRADIUS 2.1.8 Mon Jan 1 1:00:00 CEST 1999;  , urgency=medium
        Feature improvements
-       * RADIUS over TCP is now supported.
+       * RADIUS over TCP is now supported.  See "proto" fields in
+         radiusd.conf, clients.conf, and proxy.conf.
+       * 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 entry on a line.
        
        Bug fixes
+       * DHCP sockets now set the broadcast flag before binding to a
+         socket.  You should set "broadcast = yes" in the DHCP listener.
+       * Be more restrictive on string parsing in the config files
+       * Fix password length in scripts/create-users.pl
+       * Be more flexible about parsing the detail file.  Allow
+         operators other than "=" to be used.
+       * Ensure that requests read from the detail file are cleaned up
+         (i.e. don't leak) if they are proxied without a response.  
 
 FreeRADIUS 2.1.7 Mon Sept 14 11:20:00 CEST 2009;  , urgency=medium
        Feature improvements