summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE10
1 files changed, 9 insertions, 1 deletions
diff --git a/UPGRADE b/UPGRADE
index 755a475a..a811738d 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -2,9 +2,15 @@
Upgrading Instructions for PRADO Framework v3.0RC1
==================================================
+!!!IMPORTANT!!!
+
+After upgrading, remember to delete everything under
+your PRADO application's cache and runtime directories.
+
+
The following upgrading instructions are cumulative. That is,
if you want to upgrade from version A to version C and there is
-version B between A and C, then you need to following instructions
+version B between A and C, you need to following the instructions
for both A and B.
@@ -20,10 +26,12 @@ Upgrading from v3.0b
TXmlDocument is moved to System.Xml
TLogger, TLogRouter, TDataFieldAccessor, TSimpleDateFormatter are moved to System.Util
+
Upgrading from v3.0a
--------------------
All event names must start with 'On'.
+
Upgrading from v2.x and v1.x
----------------------------
PRADO v3.x is not backward compatible with v2.x and v1.x. \ No newline at end of file