From: aland Date: Sat, 21 Jun 2008 16:50:26 +0000 (+0000) Subject: No more SNMP. X-Git-Tag: release_2_1_0~179 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=3c45fec6e1441f41d83aab8ff811f6d97b2a555b No more SNMP. --- diff --git a/doc/ChangeLog b/doc/ChangeLog index 37d272d..2ff6e3d 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -3,7 +3,10 @@ FreeRADIUS 2.0.6 ; $Date$ , urgency=medium * Clients may now be defined dynamically. See raddb/sites-available/dynamic-clients. * SNMP statistics have been replaced by statistics gathered - via Status-Server. See dictionary.freeradius. + via Status-Server. See raddb/sites-available/status + * SNMP support has been removed from the server. Since it has not + worked for a while, this should not affect anyone. + * Added more Microsoft attributes from bug #568. Bug fixes * Parse "security" section in radiusd.conf. This was accidentally @@ -11,6 +14,7 @@ FreeRADIUS 2.0.6 ; $Date$ , urgency=medium * Bind to interface before IP, which allows DHCP sockets to listen on "*" for multiple interfaces. * Fix handling of giaddr in DHCP responses. + * Corrected parsing of status_check in home_server so that it works. FreeRADIUS 2.0.5 ; Date: 2008/06/07 17:17:00 , urgency=medium Feature improvements