import from branch_1_1:
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 2.0.0-pre0 ; $Date$, urgency=low
2         Feature improvements
3         * Initial pre-release of 2.0.
4         * Debugging mode is much clearer and easier to read.
5         * EAP-TLS and OpenSSL certificates "just work".
6           See raddb/certs/README for details.
7         * Proxying works much better than in 1.x.  We mean *MUCH* better.
8           See proxy.conf for details.
9         * rlm_unix no longer has an "authenticate" section.
10           See "man rlm_unix" for details.
11         * The server has full support for IPv6.
12         * The server has much more complete support for SNMP MIBs.
13         * radiusd.conf has limited support for "if/then/else".
14           See doc/configurable_failover for details.
15         * "listen" sections can have per-socket clients.
16         * Replaced "radrelay" and "radsqlrelay".
17           See "man radrelay.conf" for details.
18         * Post-Proxy-Type "Fail" section is executed when a home server
19           fails to respond to a request.  See "radiusd.conf" for details.
20         * Many internal data structures have been updated to use trees
21           rather than linked lists for performance.
22         * "virtual" modules can now be used.
23           See "virtual" in the "instantiate" section of "radiusd.conf".
24         * The server header files have been cleaned up.
25         * Configuration files can now "$INCLUDE directory/", to automatically
26           load all files in that directory.  Use with caution!
27         
28         Bug fixes
29         *