summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorctrlaltca@gmail.com <>2012-03-23 18:15:03 +0000
committerctrlaltca@gmail.com <>2012-03-23 18:15:03 +0000
commite0de4ef01a644bccae872f60b3584a1755dcbc1f (patch)
treeec7aef2e1ea355f7dd9a89b2090beb54024502ee /HISTORY
parent942bee46430fe06e17200a9f5a649768081d6eae (diff)
Fixed #390 and #391
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 22e72889..56fb4a23 100644
--- a/HISTORY
+++ b/HISTORY
@@ -67,6 +67,8 @@ BUG: Issue #381 - The property CausesValidation in the TActiveDatePicker not wor
BUG: Issue #382 - TJavaScript::quoteString() vulnerable to Unicode strings & TJavaScript::jsonEncode() doesn't check for errors (gabor)
BUG: Issue #383 - Some THttpRequest methods raise NOTICE level errors on missing headers (gabor)
BUG: Issue #388 - Output caching will raise error in Performance mode (gabor)
+BUG: Issue #390 - TJavaScript::encode() float encoding depends on current locale (gabor)
+BUG: Issue #391 - TJavaScript::encode() provides no simple way to pass strings in an XSS-safe way (gabor, ctrlaltca)
Version 3.1.10 Jul 17, 2011
BUG: Added missing timeout on TCacheHttpSession (ctrlaltca)