]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Updates for new changes
authorAlan T. DeKok <aland@freeradius.org>
Mon, 7 Jan 2013 23:44:35 +0000 (18:44 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 7 Jan 2013 23:44:52 +0000 (18:44 -0500)
doc/ChangeLog

index 096da344724130e705feaeca9132d55e9eeb8d60..bb3851bcbf30dcc727f98759f2654bc0a41847fe 100644 (file)
@@ -1,6 +1,5 @@
 FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium
        Feature improvements
-       * Largely configuration file compatible with 2.1.x.
        * Documentation for upgrading from 2.x is in raddb/README.rst
          Please follow it.  Do not just install 3.0.
        * Updated packet encode/decoder.  The resulting code is much
@@ -8,7 +7,7 @@ FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium
        * Updated internal API to support new attributes and formats
        * Added RADIUS over TLS (i.e. RadSec). See raddb/sites-available/tls
        * Added "extended attributes" using the new encoder/decoder.
-       * Added the "integer64" data type.
+       * Added the "integer64" and "ipv4prefix" data types.
        * Added full WiMAX support, using the new encoder/decoder.  The old
          code could not handle some unusual corner cases.
        * Added code to send SNMP Traps.  See raddb/trigger.conf.
@@ -36,6 +35,8 @@ FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium
        * SQL query config has changed to support arbitrary Acct-Status-Types,
          this change breaks config compatibility with 2.1.x. Configurations
          must be updated.
+       * LADP now uses the connection pool.  The LDAP module has been
+         completely re-written for performance and simplicity.
 
        Bug fixes
        * All known bug fixes from 2.1.x are included.