From: Alan T. DeKok Date: Wed, 2 Dec 2009 10:56:24 +0000 (+0100) Subject: Note recent changes X-Git-Tag: release_2_1_8~49 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5156f76ee66e72337f18f86feb6d28c54fd16528;p=thirdparty%2Ffreeradius-server.git Note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 13001e8d48d..b01acc9c66f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -2,10 +2,8 @@ FreeRADIUS 2.1.8 Mon Jan 1 1:00:00 CEST 1999; , urgency=medium Feature improvements * 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 field of a line. + last field in an ATTRIBUTE definition. * Commands received from radmin are now printed on stdout when in debugging mode. @@ -24,11 +22,12 @@ FreeRADIUS 2.1.8 Mon Jan 1 1:00:00 CEST 1999; , urgency=medium "unable to open proxy socket". * Avoid mutex locks in libc after fork * Retry packet from detail file if there was no response. - * removed all recursive use of mutexes. Some systems just don't + * Removed all recursive use of mutexes. Some systems just don't support this. * Allow !* to work as documented. * make templates work (see templates.conf) * Enabled "allow_core_dumps" to work again + * Fixed corner cases inconditional dynamic expansion. FreeRADIUS 2.1.7 Mon Sept 14 11:20:00 CEST 2009; , urgency=medium Feature improvements