summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorthomascube <thomas@roundcube.net>2005-10-21 12:35:00 +0000
committerthomascube <thomas@roundcube.net>2005-10-21 12:35:00 +0000
commitfad5c3ea225959a17ad758c6c0808d40e944e95b (patch)
treed128c7ab1cac5ad1233fdbb2767d42dd24091dab /UPGRADING
parent69833e6d39e6cf7309e903838e91c81ce1984057 (diff)
CSS fixes for IE
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING9
1 files changed, 8 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 4ad188de7..bd3950d79 100644
--- a/UPGRADING
+++ b/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