note recent changes
[freeradius.git] / doc / ChangeLog
index d913f34..e260672 100644 (file)
@@ -14,6 +14,8 @@ FreeRADIUS 3.0.12 Mon 25 Jan 2016 14:00:00 EST urgency=medium
          Herwin Weststrate.
        * Allow extended attributes to have "encrypt=2"
        * Update dictionary.aruba.
+       * Add support for EAP-FAST.  This is an isolated
+         feature which does not affect anything else.
 
        Bug fixes
        * Use correct typedef for older versions of sqlite.
@@ -58,6 +60,20 @@ FreeRADIUS 3.0.12 Mon 25 Jan 2016 14:00:00 EST urgency=medium
        * Many fixes to rlm_python from Guillaume Pannatier.
        * Use correct week adjustment in SQLcounter.
          Fixes #1608
+       * Minor fixes to allow compilation without DHCP,
+         VMPS, or TCP.
+       * Fix checks for module / config file change on HUP.
+       * Compile regex comparisons when sent via
+         "debug condition".  Fixes #1632.
+       * Update filenames in documentation and examples.
+         Patch from Alan Buxey, #1655.
+       * Don't crash if SQL connection becomes unavailable.
+         Fixes #1640.
+       * Disallow originate_coa when proxy_requests = no
+         Fixes #1684.
+       * Free rad_perlconf_hv in correct perl context.
+         Fixes #1675.
+       * Set OpenSSL FIPS compatibility flag when necessary.
 
 FreeRADIUS 3.0.11 Mon 25 Jan 2016 14:00:00 EST urgency=medium
        Feature improvements