From: Alan T. DeKok Date: Sat, 6 Mar 2010 08:12:23 +0000 (+0100) Subject: Note changes X-Git-Tag: release_2_1_9~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4831c9055f4ed5d957d1ea20707160e783aa400e;p=thirdparty%2Ffreeradius-server.git Note changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index b4db0c8ec5f..8d93aa07245 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -7,14 +7,17 @@ FreeRADIUS 2.1.9 Wed 1 Jan 16:44:50 CEST 2011, urgency=medium * Reset "received ping" counter for Status-Server checks in some corner cases. * Handle large VMPS attributes - * Properly account for accounting responses from a home server - in SNMP / statistics code. - * Set EAP-Session-Resumes = Yes, not "No". + * Ccount accounting responses from a home server in SNMP / statistics + code. + * Set EAP-Session-Resumed = Yes, not "No" when session is resumed. * radmin packet counter statistics are now unsigned. - This lets us positive numbers for 2^31 packets. + This lets us have positive numbers for 2^31..2^32 * Be more careful about expanding data in PAP and MS-CHAP modules. - * Clean up zombie children if there were many "exec + wait = no" - modules being run for a packet. + * Clean up zombie children if there were many "exec" modules with + "wait = no" being run for a packet. + * re-open log file after HUP (closes bug #63) + * Fix "no response to proxied packet" error for Coa / Disconnect + packets. FreeRADIUS 2.1.8 Wed 30 Dec 16:44:50 CEST 2009, urgency=medium Feature improvements