Added t:trimLeft, t:trimRight, t:trim to remove whitespace from a value on the left, right or both. (see trac #117)

This commit is contained in:
brectanus
2007-05-01 15:55:35 +00:00
parent d9a26780ab
commit 5482606c37
2 changed files with 79 additions and 0 deletions

View File

@@ -2,6 +2,9 @@
?? ??? 2007 - trunk
-------------------
* Added t:trimLeft, t:trimRight, t:trim to remove whitespace
from a value on the left, right or both.
* Added SecAuditLog2 directive to allow redundent concurrent audit log
index files. This will allow sending audit data to two consoles, etc.