summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorctrlaltca <>2013-01-06 19:16:09 +0000
committerctrlaltca <>2013-01-06 19:16:09 +0000
commitea00eb2ea27613491eb517be9659059696fb335b (patch)
tree57c1ce76ec17816effe67a1a8ae7b8500a5073aa /HISTORY
parentb5f4be7ea0b8bdf220297893a907fe59c017fbd5 (diff)
backpotder r3238, r3239 to trunk/
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 6bd48091..c8290fa6 100644
--- a/HISTORY
+++ b/HISTORY
@@ -5,6 +5,7 @@ EHN: Issue #292 - Events should have priorities to allow event handler order to
Version 3.2.1 to be released
+BUG: Issue #44 - [895] SDateFormatter cannot parse date earlier than 1970 (ctrlaltca)
BUG: Issue #412 - open_basedir restriction (ctrlaltca)
BUG: Issue #413 - TActiveDatePicker does not fire TCallbackClientSide's events (ctrlaltca)
BUG: Issue #414 - ActiveDatagrid's pager does not fire TCallbackClientSide's events (ctrlaltca)
@@ -27,6 +28,7 @@ EHN: Use php's hash_hmac() when available in TSecurityManager, and permit the us
EHN: Use mbstring when available in TSecurityManager to better handle multibyte text (ctrlaltca)
EHN: Updated TinyMCE to 3.5.6 (ctrlaltca)
CHG: Rewrite TDateTimeStamp as a wrapper to php's native DateTime and deprecate it (ctrlaltca)
+CHG: Updated prototype to 1.7.1 (ctrlaltca)
Version 3.2.0 Jun 25, 2012
BUG: Fixed an inconsistency in TRegularExpressionValidator