Changes between Version 33 and Version 34 of Changelog


Ignore:
Timestamp:
Jun 2, 2011 10:07:11 AM (2 years ago)
Author:
thomasb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Changelog

    v33 v34  
    11= CHANGELOG = 
     2 
     3== Release 0.5.3 == 
     4 
     5 * Fix identities "reply-to" and "bcc" fields have a bogus value when left empty (#1487943) 
     6 * Fix issue which cases IMAP disconnection when encrypt() method was used (#1487900) 
     7 * Fix some CSS issues in Settings for Internet Explorer 
     8 * Fixed handling of folder with name "0" in folder selector 
     9 * Fix bug where messages were deleted instead moved to trash folder after Shift key was used (#1487902) 
     10 * Fix relative URLs handling according to a <base> in HTML (#1487889) 
     11 * Fix handling of top-level domains with more than 5 chars or unicode chars (#1487883) 
     12 * Fix usage of non-standard HTTP error codes (#1487797) 
     13 * Fix PHP warning on mistaken in_array() usage (#1487901) 
    214 
    315== Release 0.5.2 == 
     
    11021114 * Optimized loading time for mail interface 
    11031115 * Changed to full UTF-8 support 
    1104  * Additional timezones (Patch #1389912) 
    1105  * Added LDAP public search (experimental) 
    1106  * Applied patch for correct ctrl/shift behavior for message selection (Bug #1326364) 
    1107  * Casting to strings when adding empty headers to message cache (Bug #1406026) 
    1108  * Skip sender-address as recipient when Reply-to-all 
    1109  * Fixes in utf8-class 
    1110  * Added patch for Quota display by Aury Fink Filho 
    1111  * Added garbage collector for message cache 
    1112  * Added patches for BCC headers 
    1113  
    1114  * Added Turkish and Simplified Chinese translation 
    1115  * Use virtusertable to resolve e-mail addresses at login 
    1116  * Configurable mail_domain used to compose correct e-mail addresses on first login 
    1117  
    1118  * Added Finnish, Romanian, Polish, Czech, Brit 
     1116 *