From: Matthew Newton Date: Wed, 30 Sep 2015 10:05:22 +0000 (+0100) Subject: update changelog X-Git-Tag: release_2_2_9~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1280%2Fhead;p=thirdparty%2Ffreeradius-server.git update changelog --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 0c36339c2c..2b5b39745c 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -6,7 +6,8 @@ FreeRADIUS 2.2.9 Thursday 09 Jul 2015 11:00:00 EDT, urgency=medium * Fix Tunnel-Password crash from home server. Found by Denis Andzakovic. * Fix timer issue when proxying. - * Update EAP-TTLS for TLSv1.2 + * Update EAP-TTLS so that MPPE keys are correctly + calculated with TLSv1.2. * Always delete MS-MPPE-* from the TTLS inner tunnel. This allows TTLS / EAP-MSCHAPv2 to work. * Don't fall through in empty "case" statements.