Remove rlm_acct_unique
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium
2         Feature improvements
3         * Largely configuration file compatible with 2.1.x.
4         * Documentation for upgrading from 2.x is in raddb/README.rst
5           Please follow it.  Do not just install 3.0.
6         * Updated packet encode/decoder.  The resulting code is much
7           simpler and easier to extend.
8         * Updated internal API to support new attributes and formats
9         * Added RADIUS over TLS (i.e. RadSec). See raddb/sites-available/tls
10         * Added "extended attributes" using the new encoder/decoder.
11         * Added the "integer64" data type.
12         * Added full WiMAX support, using the new encoder/decoder.  The old
13           code could not handle some unusual corner cases.
14         * Added code to send SNMP Traps.  See raddb/trigger.conf.
15         * Added support for Apple's Grand Central Dispatch
16         * Added for MS-CHAP Change Password from Phil Mayers.
17           See raddb/mods-available/mschap, "passchange" subsection.
18         * Added provisions for raddb/dictionary.local, for local changes.
19           See raddb/dictionary for more details.
20         * Added EAP-PWD implementation from Dan Harkins
21         * Added packet/s tracking. See max_pps in the "listen" sections,
22           and auto_limit_acct in the "thread pool" section.
23         * Moved configuration entries in radiusd.conf to make more sense.
24         * Moved raddb/modules/ to raddb/mods-available, and raddb/mods-enabled,
25           following the examples of other projects.
26         * Moved eap.conf to mods-available/eap
27         * Moved sql.conf to mods-available/sql
28         * Moved TLS configuration for EAP into a common subsection.
29           See raddb/mods-available/eap, tls-config section.
30
31         Bug fixes
32         * All known bug fixes are included.
33         * Removed "addport" functionality.