note recent changes
[freeradius.git] / doc / ChangeLog
index fb13531..f780afe 100644 (file)
@@ -6,8 +6,6 @@ FreeRADIUS 3.0.10 Wed 08 Jul 2015 12:00:00 EDT urgency=medium
          module authors will have to do the same.
        * More documentation on contributing and how to write
          modules.
-       * Write HTTP status code resulting from rlm_rest operations
-         to reply:Rest-HTTP-Status-Code.
        * Update radiusd.service for systemd.
        * Open IPv6 proxy socket if the server is listening on IPV6
          auth / acct / coa packets.
@@ -23,6 +21,15 @@ FreeRADIUS 3.0.10 Wed 08 Jul 2015 12:00:00 EDT urgency=medium
        * Allow FreeRADIUS-Response-Delay(-USec) to be set for
          RADIUS packets.  Patch from Herwin Weststrate.
        * Documentation fixes from Alan Buxey and Matthew Newton.
+       * Update "logrotate" script.
+       * Added more RFCs to doc/rfc for new standards implemented
+         by FreeRADIUS.
+       * Don't crash when doing "radmin -e "help hup".
+         Patch from Matthew Newton.
+       * The dictionary parser now does more sanity checks, which
+         prevents run-time problems with invalid attributes.
+       * Update debian packages.  Patches from Christopher Hoskin.
+       * Add "session-state" to Perl.  Patch from Herwin Weststrate.
 
        Bug fixes
        * Fix rlm_files so that there are no collisions when loading
@@ -41,7 +48,7 @@ FreeRADIUS 3.0.10 Wed 08 Jul 2015 12:00:00 EDT urgency=medium
        * Fix potential overrun in functions that used fr_utf8_char
          with a non nul terminated buffer.
        * Fix decoding issue for Tunnel-Password type attributes
-         which were very long.
+         which were very long.  Found by Denis Andzakovic.
        * Fix radclient issue with TCP sockets on FreeBSD.
        * The server now creates ${run_dir} and ${logdir} directories
          in daemon mode, when running as "root".
@@ -61,6 +68,22 @@ FreeRADIUS 3.0.10 Wed 08 Jul 2015 12:00:00 EDT urgency=medium
          maximum memory used, most typically for TLS based EAP methods.
        * Prevent the server from unlinking the control socket of an
          already running instance.
+       * Fallback to using the configured OCSP URL if one exists, and
+         no URL is provided in the certificate.
+       * Return CoA-NAK if proxying CoA fails.  Based on patch from
+        Jorge Pereira.
+       * Lower peak memory usage by decreasing size of internal
+         memory pools.
+       * The control socket is now left in place if a second copy
+         of the server is accidentally started.
+       * Allow virtual attributes in "switch", "case", etc.
+         Fixes #1240 and #1265.
+       * Many spell check / typo fixes in comments and example
+         configuration files.
+       * Better handle multiple DHCP listeners.
+       * Don't print secrets for old-style realms.  Fixes #1267.
+       * Don't fall through in empty "case" statements.
+         Fixes #1274.
 
 FreeRADIUS 3.0.9 Wed 08 Jul 2015 12:00:00 EDT urgency=medium
        Feature improvements