summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authorxue <>2007-09-26 13:15:56 +0000
committerxue <>2007-09-26 13:15:56 +0000
commitcb62a8b25b67f4c23148efe5d9e93278651d1901 (patch)
tree4dec8d359fe2b42965ab370f590094ffd1bc5c36 /UPGRADE
parent75293bddc7faea69021f5e29ac9e4df3f04c4f36 (diff)
added support to remember login.
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE7
1 files changed, 6 insertions, 1 deletions
diff --git a/UPGRADE b/UPGRADE
index 77b136e8..6b609eea 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -11,10 +11,15 @@ for both A and B.
Upgrading from v3.1.0
---------------------
-- IFeedContentProvider adds a new method getContentType(). This affects any
+- IFeedContentProvider adds a new method: getContentType(). This affects any
class implementing this interface.
- TUrlMapping now only uses the PATH_INFO part of URL for matching, and the matching
is for the whole PATH_INFO.
+- IUserManager adds two new methods: getUserFromCookie() and saveUserToCookie().
+ This affects classes that implements this interface and does not extend from
+ TUserManager.
+- The order of application lifecycles is changed. The loadState and loadStateComplete
+ are moved to right after onBeginRequest.
Upgrading from v3.1b
--------------------