8
0
OBS User unknown
2007-01-30 09:41:15 +00:00
committed by Git OBS Bridge
parent b3fd6aa8c4
commit bbe4816854
4 changed files with 47 additions and 18 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Tue Jan 30 10:32:14 CET 2007 - anicka@suse.cz
- update to 2.9
* the new force_untaint option makes sure you do not pass tainted
values to param()
* Added ESCAPE=NONE as a synonym for ESCAPE=0. Fixed
both to work with default_escape.
* DEFAULT didn't work with URL and JS escaping.
* Long-standing bug where variables set in a loop weren't
available inside inner loops under global_vars if the variable
wasn't actually used in the outer loop.
* Changed references to CVS in the docs to Subversion now that
the switch is complete.
* Tests fixed.
-------------------------------------------------------------------
Wed Jan 25 21:39:44 CET 2006 - mls@suse.de