Fix macro expansion. See #118.

Fix some debug log output to escape NULs properly in preparation for #54.
Up version to prepare for 2.2.0 pre-releases.
This commit is contained in:
brectanus
2007-05-01 21:36:24 +00:00
parent b93eef9db3
commit a3c3f25ae0
4 changed files with 36 additions and 12 deletions

10
CHANGES
View File

@@ -1,7 +1,13 @@
?? ??? 2007 - trunk
-------------------
?? ??? 2007 - 2.2.0-trunk
-------------------------
* Enhanced debug log output to log macro expansion and correctly display
values that contained NULs.
* Removed support for %0 - %9 capture macros as they were incorrectly
expanding url encoded values. Use %{TX.0} - %{TX.9} instead.
* Added t:length to transform a value to its character length.
* Added t:trimLeft, t:trimRight, t:trim to remove whitespace