diff options
author | thomascube <thomas@roundcube.net> | 2006-12-01 18:08:28 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-12-01 18:08:28 +0000 |
commit | 53ed1e32d88dd80dfc20a900a61316483aace0eb (patch) | |
tree | 9b0b0dd9fd2163ebbf681a55a16c74786880986c /CHANGELOG | |
parent | b19097058c02f203321599bf04a5d7da7c2dafe8 (diff) |
Updated CHANGELOG and UPGRADING instructions
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -1,17 +1,32 @@ CHANGELOG RoundCube Webmail --------------------------- +2006/12/01 (thomasb) +---------- +- Implemented preview pane +- Fixed XSS vulnerability (Bug #1484109) +- Remove newlines from mail headers (Bug #1484031) +- Selection issues when moving/deleting (Bug #1484044) +- Applied patch of Clement Moulin for imap host auto-selection +- ISO-encode IMAP password for plaintext login (Bugs #1483977 & #1483886) +- Fixed folder name encoding in subscription list (Bug #1484113) +- Fixed JS errors in identity list (Bug #1484120) +- Show client debug console on debug_level 8 + 2006/11/22 (robin) +---------- - Fix a bug introduced with Shift-Del yesterday 2006/11/21 (robin) +---------- - Add missing nl_NL translations - Translate foldernames in folder form (closes #1484113) 2006/11/21 (robin) +---------- - Added first and last buttons to message list, address book and message detail - Pressing Shift-Del bypasses Trash folder @@ -35,12 +50,18 @@ CHANGELOG RoundCube Webmail - fixed deletion/moving of messages from within "show" page +2006/11/09 (thomasb) +---------- +- Little bugfix in HTML encoding +- Fixed encoding issues and delete-on-reply problem +- Corrected template parsing + + 2006/11/07 (estadtherr) ---------- - Upgraded to TinyMCE v2.0.8 - Fixed CSS path for editor popups - 2006/09/26 (estadtherr) ---------- - Added spellchecker plugin to TinyMCE configuration |