Note recent changes
authorAlan T. DeKok <aland@freeradius.org>
Tue, 8 Apr 2014 13:22:58 +0000 (09:22 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 8 Apr 2014 13:22:58 +0000 (09:22 -0400)
doc/ChangeLog

index 3394f6a..725704b 100644 (file)
@@ -6,7 +6,10 @@ FreeRADIUS 3.0.3 Fri 21 Mar 2014 08:30:00 EDT urgency=medium
        * rlm_ldap now supports older style generic attributes.
        * dynamic expansions (e.g. "%{expr:1 + 2}" are now parsed
          when the server starts.  Syntax errors in the strings
-         will be caught, and a descriptive error will be printed.
+         are caught, and a descriptive error is printed.
+       * Static regular expressions (e.g. /a*b/) are now parsed
+         when the server starts.  Syntax errors in the strings
+         are caught, and a descriptive error is printed.
        * dynamic expansions are cached after being parsed.  They are
          no longer re-parsed at run-time for every request.
        * regular expressions are no parsed and cached when the server