diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-10 19:59:08 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-05-10 19:59:08 +0000 |
| commit | b72e8ab0ceccc8bd855f96e91d4c8c6cfd54fa7d (patch) | |
| tree | f4a85b9d6d84e2198997637882a76ab5303e8283 /roundcubemail | |
| parent | 856f7523a96ae8415faf8deb8ba87d47a9912627 (diff) | |
- updated and added info about new options in UPGRADING (#1485014)
git-svn-id: https://svn.roundcube.net/trunk@1374 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail')
| -rw-r--r-- | roundcubemail/UPGRADING | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING index 9d87a1e38..e99fc3520 100644 --- a/roundcubemail/UPGRADING +++ b/roundcubemail/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 |
