typo
[freeradius.git] / doc / ChangeLog
index af0f029..b53326d 100644 (file)
@@ -1,4 +1,4 @@
-FreeRADIUS 3.0.12 Mon 25 Jan 2016 14:00:00 EST urgency=medium
+FreeRADIUS 3.0.12 Thur 29 Sep 2016 13:00:00 EDT urgency=medium
        Feature improvements
        * Add support for =~ and !~ in update sections.
          See "man unlang"
@@ -11,8 +11,20 @@ FreeRADIUS 3.0.12 Mon 25 Jan 2016 14:00:00 EST urgency=medium
          state of the server / pool.
        * Mark rlm_sql_freetds as stable.
        * Make rlm_perl less fragile.  Patch from
-         Herwin Weststrate
+         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.
+       * Update OpenSSL vulnerability list.  Use a version
+         of OpenSSL released after September 20, 2016.
+       * EAP certificate verification is now done when
+         "verify" is enabled and "ocsp" is disabled.
+       * New dhcpclient and rlm_rad_counter man pages.
+       * Minor abfab and moonshot additions.
+       * Pass CFLAGS through from environment in RPM builds.
+         Allows more custom builds.
+       * Build with Heimdal in addtion to libkrb5.
 
        Bug fixes
        * Use correct typedef for older versions of sqlite.
@@ -37,6 +49,52 @@ FreeRADIUS 3.0.12 Mon 25 Jan 2016 14:00:00 EST urgency=medium
        * Fix Debian / logrotate.
        * Make OpenSSL error functions thread-safe.
        * Fix crash with rlm_sql and updating SQL-User-Name.
+       * Debian build updates.
+       * Allow regular expression comparisons in radclient
+         fixes #1574.
+       * Fix memory leak on unknown attributes in detail file
+         reader.
+       * Update example paths in "man" pages when installing
+         them
+       * Build fixes for rlm_mschap.  Fixes #1489.
+       * BSD build fixes.  Patch from issue #1583.
+       * Be more careful about /lib/ when building.
+         Fixes #1585.
+       * Correct ifdef placement error.  Fixes #1572.
+       * Allow for more files in internal "exfile" API
+         So it will be possible to open more than 64
+         "detail" files at the same time.
+       * Remove support for statically built EAP modules.
+         Fixes #1591.
+       * 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.
+       * Multiple fixes for Debian builds.  #1510, among
+         others.
+       * Set OpenSSL FIPS compatibility flag when necessary.
+       * Pulled fixes for the build system over from other
+         branches.
+       * Fix OCSP for RADIUS over TLS.
+       * Fix skip_if_ocsp_ok behavior.
+       * Better fixes for systems without closefrom() but
+         which have /proc.  Fixes #1757.
+       * Minor build fixes back-ported from v4.0.x.
+       * build --whout-ascend-binary.  Fixes #1761.
+       * Be more aggressive about not opening new connections
+         in debug mode after CTRL-C.  Address #1604.
 
 FreeRADIUS 3.0.11 Mon 25 Jan 2016 14:00:00 EST urgency=medium
        Feature improvements