From: Alan T. DeKok Date: Fri, 17 Apr 2009 13:16:24 +0000 (+0200) Subject: Note recent changes X-Git-Tag: release_2_1_7~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2e43fc340976d6f94726e4eec882bb62231b42b;p=thirdparty%2Ffreeradius-server.git Note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index f2ecc44a174..6359d3af547 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -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