From cead5c727147faac362e742aa7bcecf07f68cd99 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Thu, 18 May 2006 17:24:42 -0400
Subject: [PATCH] Updated CHANGELOG

---
 UPGRADING |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/UPGRADING b/UPGRADING
index 47771db..624262d 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -101,3 +101,13 @@
   $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;
+
+  

--
Gitblit v1.9.1