Note 2.1.0
authorAlan T. DeKok <aland@freeradius.org>
Thu, 4 Sep 2008 14:12:46 +0000 (16:12 +0200)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 4 Sep 2008 14:12:46 +0000 (16:12 +0200)
debian/changelog
redhat/freeradius.spec
suse/freeradius.spec

index c592fbf..5879941 100644 (file)
@@ -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 <aland@freeradius.org>  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.
index d1233a5..0c118df 100644 (file)
@@ -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
index 60bb045..37e4604 100644 (file)
@@ -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