From: Alan T. DeKok Date: Wed, 8 Feb 2012 08:33:19 +0000 (+0100) Subject: Note recent changes X-Git-Tag: release_3_0_0_beta0~327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33e4f176f44a4d46d28b25dfe8dc5ba0ce90d737;p=thirdparty%2Ffreeradius-server.git Note recent changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index f36632a4268..6a430ed94a8 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -9,16 +9,18 @@ FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium could not handle some unusual corner cases. * Support for "extended attributes" using new encoder/decoder. * Support for "integer64" data type. - * Updated internal API to support new attributes + * Updated internal API to support new attributes and formts + * Support for MS-CHAP Change Password. See raddb/mods-available/mschap, + "passchange" subsection. * Re-arranged configuration entries in radiusd.conf to make more sense. - * Moved eap.conf to modules/eap - * Moved sql.conf to modules/sql + * Moved raddb/modules/ to raddb/mods-available, and raddb/mods-enabled + See raddb/README.rst for more information. + * Moved eap.conf to mods-available/eap + * Moved sql.conf to mods-available/sql * Preliminary support for Apple's Grand Central Dispatch. - * All modules have been moved to raddb/mods-available/ - and raddb/modes-enabled/. See raddb/README for more details. * Largely config-file compatible with 2.1.x. - * For upgrade instructions, see raddb/README + * Upgrade instructions are in raddb/README.rst Bug fixes * All known bug fixes are included.