Note recent changes
[freeradius.git] / doc / ChangeLog
index 34c1fb8..7051c6a 100644 (file)
@@ -1,4 +1,44 @@
-FreeRADIUS 2.2.7 Tuesday 18 Nov 2014 14:00:00 EST, urgency=medium
+FreeRADIUS 2.2.10 Wednesday 30 Sep 2015 17:00:00 EDT, urgency=medium
+       Feature improvements
+       * None.
+
+       Bug fixes
+       * Work around OpenSSL 1.0.2 problems, which cause failures
+         in TLS-based EAP methods.
+       * Revert RedHat contributed bug which removes run-time checks
+         for OpenSSL consistency.
+
+FreeRADIUS 2.2.9 Wednesday 30 Sep 2015 17:00:00 EDT, urgency=medium
+       Feature improvements
+       * None.
+
+       Bug fixes
+       * Fix Tunnel-Password crash from home server.
+         Found by Denis Andzakovic.
+       * Fix timer issue when proxying.
+       * 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.
+         Fixes #1274.
+
+FreeRADIUS 2.2.8 Thursday 09 Jul 2015 11:00:00 EDT, urgency=medium
+       Feature improvements
+       * None.
+
+       Bug fixes
+       * Fixes for clients tied to virtual servers.  If there is
+         no "listen" section there, clients use the main "listen"
+         section.
+       * Remove compiler warnings
+       * Print out correct filenames in debug mode
+       * Allow post-auth section to return "reject".  This turns
+         the response into Access-Reject.
+       * Set X509_V_FLAG_CRL_CHECK_ALL, and add "check_all_crl"
+         to eap.conf.  Fixes oCert CVE-2015-4680.
+
+FreeRADIUS 2.2.7 Wednesday 22 Apr 2015 14:00:00 EST, urgency=medium
        Feature improvements
        * Allow "eap" to be listed in Post-Auth-Type Reject
          so that it sends EAP-Fail and Message-Authenticator.
@@ -13,6 +53,8 @@ FreeRADIUS 2.2.7 Tuesday 18 Nov 2014 14:00:00 EST, urgency=medium
        * Use correct destination port for replies to DHCP relay.
        * rlm_perl can store multiple tagged attributes of the
          same name.
+       * Update EAP-TLS methods for TLSv1.2
+       * Fix load-balance sections.  Closes #945
 
 FreeRADIUS 2.2.6 Tuesday 18 Nov 2014 15:00:00 EST, urgency=medium
        Feature improvements