compliments alan and guys .<br>keep it up.<br><br><div><span class="gmail_quote">On 22/01/2008, <b class="gmail_sendername">Alan T DeKok</b> <<a href="mailto:aland@freeradius.org">aland@freeradius.org</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Version 2.0.0 was released less than two weeks ago, and has proven to<br>be very stable and bug-free. A few issues have recently been found and
<br>fixed, and "unlang" has has some minor changes which result in much<br>simpler policies.<br><br> As a result, we are releasing 2.0.1 today. See <a href="http://freeradius.org">http://freeradius.org</a><br>
for the announcement and download links.<br><br><br> Feature improvements<br> * "unlang" has been expanded to do less run-time expansion,<br> and to have better handling of typed data. See "man unlang"
<br> for documentation and new examples.<br><br> Bug fixes<br> * The 'acct_unique' module has been updated to understand<br> the deprecated (but still used) Client-IP-Address attribute.
<br> * The EAP-MSCHAPv2 module no longer leaks MS-CHAP2-Success in<br> packets.<br> * Fixed crash in rlm_dbm.<br> * Fixed parsing of syslog configuration.<br><br><br> The changes in "unlang" simplify references to attributes, and add
<br>type-specific checking:<br><br> if (Framed-IP-Address) { # was "%{Framed-Ip-Address}" in 2.0.0<br> ...<br><br> # not possible in 2.0.0<br> if ((Framed-IP-Address > <a href="http://192.168.0.1">
192.168.0.1</a>) && (Framed-IP-Address <<br><a href="http://192.168.0.4">192.168.0.4</a>)) {<br> ...<br><br> # refer to VALUEs by name:<br> if (Service-Type == Login-User) {<br> ...<br><br> Alan DeKok.
<br>-<br>List info/subscribe/unsubscribe? See <a href="http://www.freeradius.org/list/users.html">http://www.freeradius.org/list/users.html</a><br></blockquote></div><br>