Dear subscribers
A new major release is now available for deep testing. With this version we fixed over 50 bugs and added new features like threaded message listing and contact groups support as well as many little improvements that make e-mail reading with Roundcube an even better experience.
While it's still called a beta release we consider it to be stable enough for productive environments. However the new features may have some minor issues which we are happy to hear about.
Download the 0.4-beta version now from http://roundcube.net/download A complete list of changes can be found as usual at http://trac.roundcube.net/wiki/Changelog
Attention: Please note that the database schema has changed. Therefore you should carefully read the UGRADING instructions and make sure you apply the according SQL statements from SQL/*.update.sql to your database. Run bin/update.sh to see what needs to be done.
Have fun! Thomas
List info: http://lists.roundcube.net/dev/
On Fri, Apr 23, 2010 at 11:32:40AM +0200, Thomas Bruederli wrote:
Dear subscribers
A new major release is now available for deep testing. With this version we fixed over 50 bugs and added new features like threaded message listing and contact groups support as well as many little improvements that make e-mail reading with Roundcube an even better experience.
Excellent work! There are plenty of new features.
By the way, does the beta work properly with PHP 5.3? I encountered the problem in ticket #1486279 while using PHP 5.3 with 0.3.1.
Denny Lin wrote:
By the way, does the beta work properly with PHP 5.3? I encountered the problem in ticket #1486279 while using PHP 5.3 with 0.3.1.
This is a bug in MDB2's mysqli driver and has not been fixed yet. Use mysql driver instead. I'll work on this when I'll have PHP5.3 on my box. I'm waiting for Ubuntu 10.4, so maybe before 0.4-stable... ;)
On Fri, Apr 23, 2010 at 02:23:11PM +0200, A.L.E.C wrote:
Denny Lin wrote:
By the way, does the beta work properly with PHP 5.3? I encountered the problem in ticket #1486279 while using PHP 5.3 with 0.3.1.
This is a bug in MDB2's mysqli driver and has not been fixed yet. Use mysql driver instead. I'll work on this when I'll have PHP5.3 on my box. I'm waiting for Ubuntu 10.4, so maybe before 0.4-stable... ;)
Is there any way I can help out with this problem? I have a few FreeBSD boxes with PHP 5.3 and MySQL 5.1 installed, so I can do some debugging if necessary.
Am 23.04.2010 11:32, schrieb Thomas Bruederli:
Attention: Please note that the database schema has changed. Therefore you should carefully read the UGRADING instructions and make sure you
apply the
according SQL statements from SQL/*.update.sql to your database. Run bin/update.sh to see what needs to be done.
Hey,
I tried to upgrade from 0.3.1. to the current 0.4-beta and applied all necessary sql statements to my database. But bin/update.sh is still saying "WARNING: Database schema needs to be updated!". I checked the according php function (db_schema_check) and as I can see, there is only a check, if all tables exists. I checked that manually and I can't see any missing table. Where is the problem?
Regards, Benni
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/vH/hgcx4wNN/signature.asc Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/
On 04/26/2010 12:05 PM, Benjamin Meichsner wrote:
I tried to upgrade from 0.3.1. to the current 0.4-beta and applied all necessary sql statements to my database. But bin/update.sh is still saying "WARNING: Database schema needs to be updated!". I checked the according php function (db_schema_check) and as I can see, there is only a check, if all tables exists. I checked that manually and I can't see any missing table. Where is the problem?
maybe char encoding?
cheers, raoul
Am 26.04.2010 12:16, schrieb Raoul Bhatia [IPAX]:
On 04/26/2010 12:05 PM, Benjamin Meichsner wrote:
I tried to upgrade from 0.3.1. to the current 0.4-beta and applied all necessary sql statements to my database. But bin/update.sh is still saying "WARNING: Database schema needs to be updated!". I checked the according php function (db_schema_check) and as I can see, there is only a check, if all tables exists. I checked that manually and I can't see any missing table. Where is the problem?
maybe char encoding?
Why should this be a problem? Anyway, the collation(character set) is always set to "utf8_general_ci".
And these are my current tables (after applying the sql upgrade statements):
+-----------------------------+ | cache | | collected_contacts | | contactgroupmembers | | contactgroups | | contacts | | identities | | messages | | session | | users | +-----------------------------+
Any other hints?
Regards, benni
--- 8< --- detachments --- 8< --- The following attachments have been detached and are available for viewing. http://detached.gigo.com/rc/aC/AcMhMYZ/signature.asc Only click these links if you trust the sender, as well as this message. --- 8< --- detachments --- 8< ---
List info: http://lists.roundcube.net/dev/
Benjamin Meichsner wrote:
Any other hints?
http://trac.roundcube.net/changeset/3556