Note recent changes
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium
2         Feature improvements
3         * Support for RADIUS over TLS (i.e. RadSec).
4           See raddb/sites-available/tls
5         * SNMP Traps.  See raddb/trigger.conf.
6         * Re-written packet encode/decoder.  The resulting code is
7           much simpler and easier to extend.
8         * Complete WiMAX support, using new encoder/decoder.  The old code
9           could not handle some unusual corner cases.
10         * Support for "extended attributes" using new encoder/decoder.
11         * Support for "integer64" data type.
12         * Updated internal API to support new attributes
13         * Re-arranged configuration entries in radiusd.conf to make more
14           sense.
15         * Moved eap.conf to modules/eap
16         * Moved sql.conf to modules/sql
17         * Preliminary support for Apple's Grand Central Dispatch.
18         * All modules have been moved to raddb/mods-available/
19           and raddb/modes-enabled/.  See raddb/README for more details.
20         * Largely config-file compatible with 2.1.x.
21         * For upgrade instructions, see raddb/README
22
23         Bug fixes
24         * All known bug fixes are included.
25         * Removed "addport" functionality.