note recent changes
[freeradius.git] / doc / ChangeLog
index 7c12ae0..f780afe 100644 (file)
@@ -21,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
@@ -39,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".
@@ -65,6 +74,16 @@ FreeRADIUS 3.0.10 Wed 08 Jul 2015 12:00:00 EDT urgency=medium
         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