Update changelog
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 10 Jan 2014 11:50:25 +0000 (11:50 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 10 Jan 2014 11:51:57 +0000 (11:51 +0000)
doc/ChangeLog

index 18b02e3..bc8b4db 100644 (file)
@@ -23,8 +23,8 @@ FreeRADIUS 3.0.1 Mon  7 Oct 2013 15:48:14 EDT urgency=medium
        * Changes to the OpenLDAP schema to fully expose functionality
          of the new LDAP module.
        * Update debian packaging to include a freeradius-config
-         package. This package may be provided as a site local 
-         package to avoid fighting with the preinstalled config 
+         package. This package may be provided as a site local
+         package to avoid fighting with the preinstalled config
          files.
 
        Bug fixes
@@ -56,6 +56,10 @@ FreeRADIUS 3.0.1 Mon  7 Oct 2013 15:48:14 EDT urgency=medium
        * Enable %{Response-Packet-Type} again.
        * Update configuration file parser to handle "bool"
          consistently.
+       * Update declarations of global boolean variables to use
+         "bool" consistently. This fixes an issue where some
+         modules were instantiated in "config check" mode and
+         did not work correctly.
        * Make more messages debug instead of info, to avoid
          polluting the logs with messages that can't be fixed.
        * Set operator in internal unlang code to suppress spurious
@@ -73,15 +77,15 @@ FreeRADIUS 3.0.1 Mon  7 Oct 2013 15:48:14 EDT urgency=medium
        * Fix typo in sqlcounter expansion code.  Fixes #463
        * Overwrite previous instances of SQL-User-Name when adding
          it to the request.
-       * Work around bugs in both MIT and heimdal versions of 
-         krb5_copy_context(), which caused segfaults in 
+       * Work around bugs in both MIT and heimdal versions of
+         krb5_copy_context(), which caused segfaults in
          multithreaded mode.
        * Provide meaningful error messages if Heimdal krb5 is used.
        * Fix attribute supression in rlm_detail.
-        * Exit with error code if child fails to complete server 
-          initialisation after forking.  This allows init scripts to 
-          correctly report whether the server started ok.
-       
+       * Exit with error code if child fails to complete server
+         initialisation after forking.  This allows init scripts to
+         correctly report whether the server started ok.
+
 FreeRADIUS 3.0.0 Mon  7 Oct 2013 15:48:14 EDT urgency=medium
        Feature improvements
        * Documentation for upgrading from 2.x is in raddb/README.rst