Updated to 2.0.2
authoraland <aland>
Thu, 14 Feb 2008 11:13:15 +0000 (11:13 +0000)
committeraland <aland>
Thu, 14 Feb 2008 11:13:15 +0000 (11:13 +0000)
debian/changelog
redhat/freeradius.spec
suse/freeradius.spec

index 37cf888..bf79fd2 100644 (file)
@@ -1,3 +1,26 @@
+freeradius (2.0.2-0) unstable; urgency=medium
+  * Added notes on how to debug the server in radiusd.conf
+  * Moved all "log_*" in radiusd.conf to log{} section.
+  * Added ca.der target in raddb/certs/Makefile.
+  * Added ability send raw attributes via "Raw-Attribute = 0x0102..."
+  * Permit "unlang" policies inside of Auth-Type{} sub-sections.
+  * "listen" sections can now have "type = proxy"
+  * Fixed reading of "detail" files.
+  * Allow inner EAP tunneled sessions to be proxied.
+  * Corrected MySQL schemas
+  * syslog now works in log{} section.
+  * Corrected typo in raddb/certs/client.cnf
+  * Updated raddb/sites-available/proxy-inner-tunnel.
+  * Ignore zero-length attributes in received packets.
+  * Correct memcpy when dealing with unknown attributes.
+  * Corrected debugging messages in attr_rewrite.
+  * Corrected generation of State attribute in EAP.
+  * Fall back to DEFAULT realm if no realm was found.
+  * Updated example raddb/sites-available/proxy-inner-tunnel
+  * Corrected behavior of attr_filter to match documentation.
+
+ -- Alan DeKok <aland@freeradius.org>  Thu, 14 Feb 2008 12:08:06 +0100
+
 freeradius (2.0.1-0) unstable; urgency=low
   * Improve "unlang".  See "man unlang"
   * update acct_module
index 19a5900..9f146b6 100644 (file)
@@ -1,7 +1,7 @@
 Summary: High-performance and highly configurable RADIUS server
 URL: http://www.freeradius.org/
-Name: freeradius
-Version: 2.0.1
+Name: freeradius-server
+Version: 2.0.2
 Release: 0
 License: GPL
 Group: Networking/Daemons
@@ -55,7 +55,6 @@ perl -i -pe 's/^#group =.*$/group = radiusd/' $RADDB/radiusd.conf
 perl -i -pe 's/#       shadow =/shadow =/' $RADDB/radiusd.conf
 
 # remove unneeded stuff
-rm -f $RPM_BUILD_ROOT%{_mandir}/man8/builddbm.8
 rm -f $RPM_BUILD_ROOT%{_prefix}/sbin/rc.radiusd
 
 # more files go to /usr/share/doc/freeradius-%{version}
index d134a7c..ed9a670 100644 (file)
@@ -3,7 +3,7 @@ License:      GPL, LGPL
 Group:        Productivity/Networking/Radius/Servers
 Provides:     radiusd
 Conflicts:    freeradius
-Version:      2.0.1
+Version:      2.0.2
 Release:      0
 URL:          http://www.freeradius.org/
 Summary:      The world's most popular RADIUS Server