From 3f815cdfae00255cdce8c491dd903187904edd29 Mon Sep 17 00:00:00 2001 From: roundcube Date: Mon, 20 Mar 2006 22:11:35 +0000 Subject: Minor improvements and bugfixes (see changelog) git-svn-id: https://svn.roundcube.net/trunk@168 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/UPGRADING | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'roundcubemail/UPGRADING') 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; + + -- cgit v1.2.3