From: Alan T. DeKok Date: Mon, 7 Jan 2013 23:44:35 +0000 (-0500) Subject: Updates for new changes X-Git-Tag: release_3_0_0_beta1~1327 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f87ee5c96cb2f4ed102cf92221c2217900222803;p=thirdparty%2Ffreeradius-server.git Updates for new changes --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 096da344724..bb3851bcbf3 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,6 +1,5 @@ FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium Feature improvements - * Largely configuration file compatible with 2.1.x. * Documentation for upgrading from 2.x is in raddb/README.rst Please follow it. Do not just install 3.0. * Updated packet encode/decoder. The resulting code is much @@ -8,7 +7,7 @@ FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium * Updated internal API to support new attributes and formats * Added RADIUS over TLS (i.e. RadSec). See raddb/sites-available/tls * Added "extended attributes" using the new encoder/decoder. - * Added the "integer64" data type. + * Added the "integer64" and "ipv4prefix" data types. * Added full WiMAX support, using the new encoder/decoder. The old code could not handle some unusual corner cases. * Added code to send SNMP Traps. See raddb/trigger.conf. @@ -36,6 +35,8 @@ FreeRADIUS 3.0.0 Mon 01 Jan 8:00:00 CEST 2010, urgency=medium * SQL query config has changed to support arbitrary Acct-Status-Types, this change breaks config compatibility with 2.1.x. Configurations must be updated. + * LADP now uses the connection pool. The LDAP module has been + completely re-written for performance and simplicity. Bug fixes * All known bug fixes from 2.1.x are included.