summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorxue <>2007-01-27 20:07:09 +0000
committerxue <>2007-01-27 20:07:09 +0000
commit216c44de7fd10b6ff2f1ced71cc7d670d4f46d97 (patch)
tree81c528a35639efc8fdcfdfe16da0b30bfb3947fc /HISTORY
parent997e38ce15f597681e86c2e27590776f629ca19d (diff)
Added TUser.getState() and setState() for storing user session data
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 3 insertions, 2 deletions
diff --git a/HISTORY b/HISTORY
index cce10900..df6f8560 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,11 +1,12 @@
Version 3.1.0 beta to be released
=================================
BUG: Ticket#517 - Quickstart I18N sample: conflicting module ID (Wei)
+BUG: Ticket#521 - comment tag on TActiveButton stop callback (Wei)
ENH: Ticket#513 - Display last modified / revision in quickstart (Wei)
ENH: Ticket#519 - Update TActiveRecord implementation (Wei)
-BUG: Ticket#521 - comment tag on TActiveButton stop callback (Wei)
ENH: Added PRADO_CHMOD constant so that users can specify the permission of PRADO-created directories (Qiang)
-ENH: Add Display property to TWebControl (Wei)
+ENH: Added Display property to TWebControl (Wei)
+ENH: Added TUser.getState() and setState() for storing user session data (Qiang)
Version 3.1.0 alpha January 15, 2007
====================================