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
* 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.
* 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.