diff options
author | thomascube <thomas@roundcube.net> | 2006-05-05 17:21:23 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-05-05 17:21:23 +0000 |
commit | e886c1e0ecb576a6ab676dfc22896c368c5e3c90 (patch) | |
tree | 9812b0bbdfd4f72447b3ecfa634d5788996a339c | |
parent | e21960f00e081a42fd1840c0c59f32b93747bcee (diff) |
Fixed some bugs
-rw-r--r-- | CHANGELOG | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -1,10 +1,15 @@ CHANGELOG RoundCube Webmail --------------------------- -2006/05/01 +2006/05/05 ---------- +- Fixed typos in function rcube_button() (Bugs #1473198 and #1473201) +- Check for zlib.output_compression before using ob_gzhandler (Bug #1471069) +- Casting date parts in iil_StrToTime() to avoid warnings (Bug #1482140) +- Corrected INSTALL description (Bug #1476106) - Added charset to javascript HTTP headers -- Fixed Opera bug with CC and BCC fields +- Fixed Opera bug with CC and BCC fields (Bug #1474576) +- Changed login page title regarding product name (Bug #1476413) - Pimped search function - Applied attachment viewing/forwarding patches by Andrew Fladmark - Applied prev/next patch by Leonard Bouchet |