summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2008-05-10 19:59:08 +0000
committeralecpl <alec@alec.pl>2008-05-10 19:59:08 +0000
commit30606bf9aa73c9ff89c6356c3341448cfa3a436b (patch)
tree058d2f1ccd1aba3dba77eca13465776d1054d886 /UPGRADING
parent2710462290d626f987af2c40c620c60b89878a52 (diff)
- updated and added info about new options in UPGRADING (#1485014)
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING22
1 files changed, 22 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 9d87a1e38..e99fc3520 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -4,12 +4,34 @@ UPDATE instructions
Follow these instructions if upgrading from a previous version
of RoundCube Webmail.
+from version 0.1.1
+----------------------------------------
+* replace index.php
+* replace all files in folder /bin/
+* replace all files in folder /program/
+* replace all files in folder /skins/default/
+* check the config/main.inc.php.dist for new configuration
+ options and add them to your config
+
+
+from version 0.1-stable
+----------------------------------------
+* replace index.php
+* replace all files in folder /bin/
+* replace all files in folder /program/
+* replace all files in folder /skins/default/
+* run all commands in SQL/[yourdbtype].update.sql
+* check the config/main.inc.php.dist for new configuration options
+ and add them to your config
+
+
from version 0.1-rc2
----------------------------------------
* replace index.php
* replace all files in folder /bin/
* replace all files in folder /program/
* replace all files in folder /skins/default/
+* run all commands in SQL/[yourdbtype].update.sql
from version 0.1-rc1