Added TX_SEVERITY variable. See #60.

This commit is contained in:
brectanus
2007-08-08 22:11:02 +00:00
parent d2fd881c00
commit 648037fdb5
5 changed files with 32 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
?? ??? 2007 - 2.5.0-trunk
-------------------------
* Added TX_SEVERITY that keeps track of the highest severity
for any matched rules so far.
* Added ARGS_GET, ARGS_POST, ARGS_GET_NAMES, ARGS_POST_NAMES variables to
allow seperation of GET and POST arguments.