From: Alan T. DeKok Date: Thu, 4 Sep 2008 14:12:46 +0000 (+0200) Subject: Note 2.1.0 X-Git-Tag: release_2_1_0~3 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=freeradius.git;a=commitdiff_plain;h=7442a83ffba5732fd2a859587c17d56a9a0a3901 Note 2.1.0 --- diff --git a/debian/changelog b/debian/changelog index c592fbf..5879941 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,26 @@ +freeradius (2.1.0-0) unstable; urgency=medium + + * Clients may now be defined dynamically, based on IP address. See raddb/sites-available/dynamic-clients. + * SNMP support is now available through an experimental Perl script. See scripts/snmp-proxy/README + * SNMP statistics are available through Status-Server packets. See raddb/sites-available/status + * Added more Microsoft attributes from bug #568. + * The "linelog" module has more functionality and flexibility. See raddb/modules/linelog. + * The debugging output has been sanitized. It should be much more readable. + * Debug logs can now be turned on/off while the server is running, for a user, group, realm, etc. See the "log" section of radiusd.conf. + * Added support for WiMAX Forum attributes. The dynamic keys are not yet calculated. See share/dictionary.wimax + * Added session resumption for PEAP and TTLS. See raddb/eap.conf, "cache" sub-section. + * Added "radmin" command-line tool for administering a running server. See "man radmin" and raddb/sites-available/control-socket. + * Double escaping of '\\' in the "users" (and some other) files has been fixed. If you have '\\' in the "users" file, your configuration WILL NEED TO BE CHECKED, AND FIXED! + * Parse "security" section in radiusd.conf. This was accidentally deleted in 2.0.5. Closes bug #566. + * 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. + * Fix hints so that "Puser" works again. + * Removed length restrictions on attribute names in the dictionaries. + * Update socket code to avoid C compiler optimizations. + + -- Alan DeKok Thu, 04 Sep 2008 16:08:30 +0100 + freeradius (2.0.5-0) unstable; urgency=medium * Permit SQL authorize_reply_query to be empty. * Allow setting response packet type in Post-Proxy-Type Fail handler. diff --git a/redhat/freeradius.spec b/redhat/freeradius.spec index d1233a5..0c118df 100644 --- a/redhat/freeradius.spec +++ b/redhat/freeradius.spec @@ -1,7 +1,7 @@ Summary: High-performance and highly configurable RADIUS server URL: http://www.freeradius.org/ Name: freeradius-server -Version: 2.0.5 +Version: 2.1.0 Release: 0 License: GPL Group: Networking/Daemons diff --git a/suse/freeradius.spec b/suse/freeradius.spec index 60bb045..37e4604 100644 --- a/suse/freeradius.spec +++ b/suse/freeradius.spec @@ -3,7 +3,7 @@ License: GPL, LGPL Group: Productivity/Networking/Radius/Servers Provides: radiusd Conflicts: freeradius -Version: 2.0.5 +Version: 2.1.0 Release: 0 URL: http://www.freeradius.org/ Summary: The world's most popular RADIUS Server