Manually pull from git "old-dev" branch
[freeradius.git] / doc / ChangeLog
index d07256d..e45af81 100644 (file)
@@ -1,4 +1,25 @@
-FreeRADIUS 2.1.7 Sun Jan 1 1:1:00 CEST 1970;  , urgency=medium
+FreeRADIUS 2.1.8 Mon Jan 1 1:00:00 CEST 1999;  , urgency=medium
+       Feature improvements
+       * 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
        * Full support for CoA and Disconnect packets as per RFC 3576
          and RFC 5176.  Both receiving and proxying CoA is supported.
@@ -17,7 +38,7 @@ FreeRADIUS 2.1.7 Sun Jan 1 1:1:00 CEST 1970;  , urgency=medium
        * Document "chase_referrals" and "rebind" in raddb/modules/ldap
        * Preliminary implementation of DHCP relay.
        * Made thread pool section optional.  If it doesn't exist,
-         The server will run single-threaded.
+         the server will run single-threaded.
        * Added sample radrelay.conf for people upgrading from 1.x
        * Made proxying more stable by failing over, rather than
          rejecting the first request.  See "response_window" in proxy.conf
@@ -45,8 +66,6 @@ FreeRADIUS 2.1.7 Sun Jan 1 1:1:00 CEST 1970;  , urgency=medium
          all home servers are down for extended periods of time.
        * Look for DHCP option 53 anywhere in the packet, not just 
          at the start.
-       * Mark proxy mutex as recursive.  This solves issues on exit
-         with some platforms.
        * Fix processing of proxy fail handler with virtual servers.
        * DHCP code now prints out correct src/dst IP addresses
          when sending packets.