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/users/
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.
I attempted to upgrade my 0.3.1 to 0.4 over the weekend. I did this on my backup mail server. I get the login page rendered as expected, I fill in the blanks as expected and select "Login", and after a few seconds, the same screen re-fills with a blank password. No error message, no login message, just a blank password. I check the imap (dovecot) log, and do not see a login attempt. I check the apache logs, and see NO errors indicated.
I turned on logging within main.inc.php, however logging doesn't seem to work. Both file logging and syslog logging do not seem to do anything. Actually with 'debug_level' set to 8 (trace), a little word "console" appears in the top left corner of the login screen, but if you click on it, nothing happens.
Any advice for this problem would be appreciated. I am anxious to update but cannot afford to have this fail on my production server.
Jim _______________________________________________ List info: http://lists.roundcube.net/users/
Jim Pazarena wrote:
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.
I attempted to upgrade my 0.3.1 to 0.4 over the weekend. I did this on my backup mail server. I get the login page rendered as expected, I fill in the blanks as expected and select "Login", and after a few seconds, the same screen re-fills with a blank password. No error message, no login message, just a blank password. I check the imap (dovecot) log, and do not see a login attempt. I check the apache logs, and see NO errors indicated.
I turned on logging within main.inc.php, however logging doesn't seem to work. Both file logging and syslog logging do not seem to do anything. Actually with 'debug_level' set to 8 (trace), a little word "console" appears in the top left corner of the login screen, but if you click on it, nothing happens.
Any advice for this problem would be appreciated. I am anxious to update but cannot afford to have this fail on my production server.
Jim
I found the error of my way.
During my update, and copying of all the indicated directories to clobber the old, I failed to copy the main "index.php".
Once I did _that_, roundcube 0.4-beta runs just fine!
Excellent product! _______________________________________________ List info: http://lists.roundcube.net/users/
Hi All,
I am trying to test the upgrade from 0.3.1 to 0.4beta.
I have installed 0.3.1 and a copy of the live database onto my test server. I can login and send/receive emails no problem with this config.
I then try running the mysql.update.sql script (the relevant lines after the 'Update from 0.3.1' comment). I now get an error when running either update.sh or the web installer telling me that there is a problem with the database schema.
So, I tried again, this time with a blank database, set up from the mysql.initial.sql script. Exactly the same problem.
Is this a known problem ? Or am I doing something wrong - although I can't imagine what, its not exactly complicated! The 'same' process worked well enough for the 0.3 -> 0.3.1 upgrade.
Thanks Steve
On Mon, 26 Apr 2010 09:54:20 -0700, Jim Pazarena roundcube@paz.bz wrote:
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.
I attempted to upgrade my 0.3.1 to 0.4 over the weekend. I did this on my backup mail server. I get the login page rendered as expected, I fill in the blanks as expected and select "Login", and after a few seconds, the same screen re-fills with a blank password. No error message, no
login
message, just a blank password. I check the imap (dovecot) log, and do not see a login attempt. I check the apache logs, and see NO errors indicated.
I turned on logging within main.inc.php, however logging doesn't seem to work. Both file logging and syslog logging do not seem to do anything. Actually with 'debug_level' set to 8 (trace), a little word "console" appears in the top left corner of the login screen, but if you click on it,
nothing
happens.
Any advice for this problem would be appreciated. I am anxious to update but cannot afford to have this fail on my production server.
Jim _______________________________________________ List info: http://lists.roundcube.net/users/
List info: http://lists.roundcube.net/users/
On Sat, 15 May 2010 07:30:53 +0100, Steve Perkins expendable@sgperkins.org wrote:
I then try running the mysql.update.sql script (the relevant lines after the 'Update from 0.3.1' comment). I now get an error when running either update.sh or the web installer telling me that there is a problem with
the
database schema.
This bug has been fixed in trunk.