2.0.1
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 2.0.1 ; $Date$ , urgency=low
2         Feature improvements
3         * "unlang" has been expanded to do less run-time expansion,
4           and to have better handling of typed data.  See "man unlang"
5           for documentation and new examples.
6         
7         Bug fixes
8         * The 'acct_unique' module has been updated to understand
9           the deprecated (but still used) Client-IP-Address attribute.
10         * The EAP-MSCHAPv2 module no longer leaks MS-CHAP2-Success in
11           packets.
12         * Fixed crash in rlm_dbm.
13         * Fixed parsing of syslog configuration.
14
15 FreeRADIUS 2.0.0 ; Date: 2007/11/24 08:33:09 , urgency=low
16         Feature improvements
17         * Debugging mode is much clearer and easier to read.
18         * A new policy language makes many configurations trivial.
19           See "man unlang" for a complete description.
20         * Virtual servers are now supported.  This permits clear separation
21           of policies.  See raddb/sites-available/README
22         * EAP-TLS (PEAP, EAP-TTLS) and OpenSSL certificates "just work".
23           See raddb/certs/README for details.
24         * Proxying is much more configurable than before.
25           See proxy.conf for documentation on pools, and new config items.
26         * Full support for IPv6.
27         * Much more complete support for the RADIUS SNMP MIBs.
28         * HUP now works.  Only some modules are re-loaded,
29           and the server configuation is *not* reloaded.
30         * "check config" option now works.  See "man radiusd"
31         * radrelay functionality is now included in the server core.
32           See raddb/sites-available/copy-acct-to-home-server
33         * VMPS support.  It is minimal, but functional.
34         * Cleaned up internal API's and names, including library names.
35         
36         Bug fixes
37         * Many.