Note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Fri, 17 Apr 2009 13:16:24 +0000 (15:16 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 17 Apr 2009 13:16:24 +0000 (15:16 +0200)
doc/ChangeLog

index f2ecc44..6359d3a 100644 (file)
@@ -3,15 +3,28 @@ FreeRADIUS 2.1.5 Sun Jan 1 1:1:00 CEST 2009;  , urgency=medium
        * radclient exits with 0 on successful (accept / ack), and 1
          otherwise (no response / reject)
        * Added support for %{sql:UPDATE ..}, and insert/delete
+         Patch from Arran Cudbard-Bell
        * Added sample "do not respond" policy.  See raddb/policy.conf
        * Cleanups to Suse spec file from Norbert Wegener
        * New VSAs for Juniper from Bjorn Mork
        * Include more RFC dictionaries in the default install
+       * More documentation for the WiMAX module
+       * Added "chase_referrals" and "rebind" configuration to rlm_ldap.
+         This helps with Active Directory.  See raddb/modules/ldap
+       * Don't load pre/post-proxy if proxying is disabled.
+       * Added %{md5:...}, which returns MD5 hash in hex.
+       * Added configurable "retry_interval" for "detail" listeners.
 
        Bug fixes
        * Minor changes to allow building without VQP.
        * Minor fixes from John Center
        * Fixed raddebug example
+       * Don't crash when deleting attributes via unlang
+       * Be friendlier to very fast clients
+       * Updated the "detail" listener so that it only polls once,
+         and not many times in a row, leaking memory each time...
+       * Update comparison for Packet-Src-IP-Address (etc.) so that
+         the operators other than '==' work.
 
 FreeRADIUS 2.1.4 Tue Mar 10 17:05:00 CEST 2009;  , urgency=medium
        Feature improvements