RoundCube 0.2.2 is released

smtalk

Administrator
Staff member
Joined
Aug 22, 2006
Messages
10,629
Location
LT, EU
Changelog:

  • Fix quicksearchbox look in Chrome and Konqueror (#1484841)
  • Fix UTF-8 byte-order mark removing (#1485514)
  • Fix folders subscribtions on Konqueror (#1484841)
  • Fix debug console on Konqueror and Safari
  • Fix messagelist focus issue when modifying status of selected messages (#1485807)
  • Support STARTTLS in IMAP connection (#1485284)
  • Fix DEL key problem in search boxes (#1485528)
  • Support several e-mail addresses per user from virtuser_file (#1485678)
  • Fix drag&drop with scrolling on IE (#1485786)
  • Fix adding signature separator in html mode (#1485350)
  • Fix opening attachment marks message as read (#1485803)
  • Fix 'temp_dir' does not support relative path under Windows (#1484529)
  • Fix "Initialize Database" button missing from installer (#1485802)
  • Fix compose window doesn't fit 1024x768 window (#1485396)
  • Fix service not available error when pressing back from compose dialog (#1485552)
  • Fix using mail() on Windows (#1485779)
  • Fix word wrapping in message-part's <PRE>s for printing (#1485787)
  • Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
  • Fix double footer in HTML message with embedded images
  • Fix TNEF implementation bug (#1485773)
  • Fix incorrect row id parsing for LDAP contacts list (#1485784)
  • Fix 'mode' parameter in sqlite DSN (#1485772)
 
Thanks for letting us know. Is there a simple way to update to 0.2.2 ?
Chris

The instructions here sort of work
http://www.directadmin.com/forum/showthread.php?t=29240

However on my server, the upgrade/install script does NOT update the mysql tables properly to include the new fields in the signature table.

If you get a service unavailable error when trying to change profile/signature, it's probably the same thing.

The fix is relatively straightforward, just log in to mysql as root and add a new column to the table according to the column specifications in roundcube's mysql.update.sql
 
Back
Top