summaryrefslogtreecommitdiff
path: root/roundcubemail/UPGRADING
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-03-20 22:11:35 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2006-03-20 22:11:35 +0000
commit3f815cdfae00255cdce8c491dd903187904edd29 (patch)
treea9ecf029b123235762c7c285e412af0b4b8d7e74 /roundcubemail/UPGRADING
parentced1cb78aaf6d732ebbcf1243c857f58828c0d22 (diff)
Minor improvements and bugfixes (see changelog)
git-svn-id: https://svn.roundcube.net/trunk@168 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/UPGRADING')
-rw-r--r--roundcubemail/UPGRADING10
1 files changed, 10 insertions, 0 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING
index 47771dbc2..624262d63 100644
--- a/roundcubemail/UPGRADING
+++ b/roundcubemail/UPGRADING
@@ -101,3 +101,13 @@ from version 0.1-20051021
$rcmail_config['db_sequence_cache_ids'] = 'cache_ids';
$rcmail_config['db_sequence_message_ids'] = 'message_ids';
+
+form version 0.1-beta
+----------------------------------------
+- replace index.php
+- replace all files in folder /program/
+- replace all files in folder /skins/default/
+- add these lines to /config/db.inc.php
+ $rcmail_config['db_persistent'] = TRUE;
+
+