summaryrefslogtreecommitdiff
path: root/roundcubemail/UPGRADING
diff options
context:
space:
mode:
authorroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-21 12:35:00 +0000
committerroundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c>2005-10-21 12:35:00 +0000
commitece7f58e3a753bf12e5014e7f24bf2bf5079b3f7 (patch)
tree8115c1b816b995c13b714c0ef3b4ab7a6624a52d /roundcubemail/UPGRADING
parentf4cf1e75611735274a99f6619b1edfcd73ff8771 (diff)
CSS fixes for IE
git-svn-id: https://svn.roundcube.net/trunk@53 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/UPGRADING')
-rw-r--r--roundcubemail/UPGRADING9
1 files changed, 8 insertions, 1 deletions
diff --git a/roundcubemail/UPGRADING b/roundcubemail/UPGRADING
index 4ad188de7..bd3950d79 100644
--- a/roundcubemail/UPGRADING
+++ b/roundcubemail/UPGRADING
@@ -37,4 +37,11 @@ from version 0.1-20050820
- replace database properties (db_type, db_host, db_user, db_pass, $d_name)
in /config/db.inc.php with the following line:
$rcmail_config['db_dsnw'] = 'mysql://roundcube:pass@localhost/roundcubemail';
- \ No newline at end of file
+
+
+from version 0.1-20051007
+----------------------------------------
+- replace index.php
+- replace all files in folder /program/
+- replace all files in folder /skins/default/
+- add $rcmail_config['smtp_auth_type'] if you need to specify an auth method for SMTP \ No newline at end of file