From fb63eca1e17cd978c353946fd7ef8f5ea8031b06 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Mon, 19 May 2008 04:12:54 -0400 Subject: [PATCH] -translation fixes --- UPGRADING | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/UPGRADING b/UPGRADING index 9d87a1e..e99fc35 100644 --- a/UPGRADING +++ b/UPGRADING @@ -4,12 +4,34 @@ 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 -- Gitblit v1.9.1