Changeset 785 for trunk/UPGRADE

Show
Ignore:
Timestamp:
03/15/2006 09:06:29 PM (3 years ago)
Author:
xue
Message:

Changed THttpSession.Storage to UseCustomStorage?. Fixed some doc errors.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/UPGRADE

    r757 r785  
    11 
    2                  PRADO v3.0b March 6, 2006 
    3                  ========================= 
     2         Upgrading Instructions for PRADO Framework v3.0RC1 
     3         ================================================== 
     4 
     5The following upgrading instructions are cumulative. That is, 
     6if you want to upgrade from version A to version C and there is 
     7version B between A and C, then you need to following instructions 
     8for both A and B. 
     9 
     10 
     11Upgrading from v3.0b 
     12-------------------- 
     13THttpSession.Storage is changed to UseCustomStorage 
    414 
    515Upgrading from v3.0a 
    616-------------------- 
    7 A major change is the event names, which must be prefixed with 'On'. 
     17All event names must start with 'On'. 
    818 
    919Upgrading from v2.x and v1.x