From: Alan T. DeKok Date: Mon, 18 Feb 2013 19:14:10 +0000 (-0500) Subject: Note recent changes X-Git-Tag: release_2_2_1~145 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97cba57751abb4d77ebaed52592c140c95c07827;p=thirdparty%2Ffreeradius-server.git Note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 0e724b7ced0..d5ce4c5292f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -21,6 +21,8 @@ FreeRADIUS 2.2.1 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium crashes in OpenSSL, due to library incompatibilities. * Added radmin command "hup main.log", to re-open the log files, without HUPing any other part of the server. + * Added support for EAP-Key-Name. See raddb/sites-available/default, + and look for comments mentioning EAP-Key-Name. Bug fixes * Skip OCSP if there's no host / port / url, with soft_fail @@ -44,6 +46,9 @@ FreeRADIUS 2.2.1 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium * Track return code priorities across if/else/elsif in unlang. Closes #107 * In debug mode, print out DHCP options when sending a DHCP packet. + * Fixes to the redis modules from Brian Candler + * Fix a number of minor issues as found by Coverity + * Frees module config in order to prevent occasional crash on exit FreeRADIUS 2.2.0 Mon 10 Sep 2012 12:00:00 CEST, urgency=medium Feature improvements