ChangeLog here: http://freeradius.org/version3.html There have been a large number of minor bug fixes, and a few major ones. The major ones caused the delay of the release. There are a number of useful new features. The "unpack" module will help deal with vendors who pack multiple fields into one attribute. Secrets and passwords to databases are no longer printed in debugging mode. DHCP has been updated for sqlite. "unlang" is getting smarter. The goal for 3.0.3 is to more compile-time optimizations. e.g. update reply { Filter-ID := "%{sql: ...}" } Right now, the string "%{sql: ...}" is parsed at run-time for every request. This is slow, and means that we can't do syntax checks when the server starts. For 3.0.3, dynamically expanded strings will be checked when the server starts. update reply { Filter-ID := "%{no_such_module: ...}" } In 3.0.2, the server will start, and you will see run-time failures, when the expansion doesn't exist. In 3.0.3, the server will refuse to start, as the configuration is wrong. Alan DeKok.
hi, might be worth updating http://git.freeradius.org now too? v3.0.x - The current stable release. $ git clone git://git.freeradius.org/freeradius-server.git $ cd freeradius-server $ git fetch origin v3.0.x:v3.0.x $ git checkout v3.0.x ?? alan
A.L.M.Buxey@lboro.ac.uk wrote:
might be worth updating http://git.freeradius.org now too?
Done. Alan DeKok.
participants (2)
-
A.L.M.Buxey@lboro.ac.uk -
Alan DeKok