More notes on what's new
[freeradius.git] / doc / ChangeLog
1 FreeRADIUS 2.0.0 ; $Date$, urgency=low
2         Feature improvements
3         * Debugging mode is much clearer and easier to read.
4         * A new policy language makes many configurations trivial.
5           See "man unlang" for a complete description.
6         * Virtual servers are now supported.  This permits clear separation
7           of policies.  See raddb/sites-available/README
8         * EAP-TLS (PEAP, EAP-TTLS) and OpenSSL certificates "just work".
9           See raddb/certs/README for details.
10         * Proxying is much more configurable than before.
11           See proxy.conf for documentation on pools, and new config items.
12         * Full support for IPv6.
13         * Much more complete support for the RADIUS SNMP MIBs.
14         * HUP now works.  Only some modules are re-loaded,
15           and the server configuation is *not* reloaded.
16         * "check config" option now works.  See "man radiusd"
17         * radrelay functionality is now included in the server core.
18           See raddb/sites-available/copy-acct-to-home-server
19         * VMPS support.  It is minimal, but functional.
20         * Cleaned up internal API's and names, including library names.
21         
22         Bug fixes
23         * Many.