Version 2.0.0 was released less than two weeks ago, and has proven to
be very stable and bug-free.  A few issues have recently been found and
fixed, and "unlang" has has some minor changes which result in much
simpler policies.

  As a result, we are releasing 2.0.1 today.  See http://freeradius.org
for the announcement and download links.


        Feature improvements
        * "unlang" has been expanded to do less run-time expansion,
          and to have better handling of typed data.  See "man unlang"
          for documentation and new examples.
        
        Bug fixes
        * The 'acct_unique' module has been updated to understand
          the deprecated (but still used) Client-IP-Address attribute.
        * The EAP-MSCHAPv2 module no longer leaks MS-CHAP2-Success in
          packets.
        * Fixed crash in rlm_dbm.
        * Fixed parsing of syslog configuration.


  The changes in "unlang" simplify references to attributes, and add
type-specific checking:

  if (Framed-IP-Address) {  # was "%{Framed-Ip-Address}" in 2.0.0
        ...

  # not possible in 2.0.0
  if ((Framed-IP-Address > 192.168.0.1) && (Framed-IP-Address <
192.168.0.4)) {
        ...

  # refer to VALUEs by name:
  if (Service-Type == Login-User) {
        ...

  Alan DeKok.
-
List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html

Reply via email to