From b8ae99a6b38838045257c7dac6f52c66a0f6ef39 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 28 Aug 2009 04:29:46 -0400 Subject: [PATCH] - Fix endless loop on error response for APPEND command (#1486060) --- CHANGELOG | 36 +++++++++++++++++++++++++++++++++++- 1 files changed, 35 insertions(+), 1 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index c61b7b9..4997ea9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,8 +1,42 @@ CHANGELOG RoundCube Webmail =========================== +- Fix endless loop on error response for APPEND command (#1486060) +- Don't require date.timezone setting in installer (#1485989) +- Fix date sorting problem with Courier IMAP server (#1486065) +- Unselect pressed buttons on mouse up (#1485987) +- Don't set php_value error_log in .htaccess but mention in INSTALL (#1485924) +- Fix too small status/flag/attachment columns in Safari 4 (#1486063) +- Fix selection disabling while dragging splitter in webkit browsers (#1486056) +- Added 'new_messages' plugin hook (#1486005) +- Added 'logout_after' plugin hook (#1486042) +- Added 'message_compose' hook +- Added 'imap_connect' hook (#1485956) +- Fix vcard_attachments plugin (#1486035) +- Updated PEAR::Auth_SASL to 1.0.3 version +- Use sequence names only with PostgreSQL (#1486018) +- Re-designed User Preferences interface +- Fix MS SQL DDL (#1486020) +- Fix rcube_mdb2.php: call to setCharset not implemented in mssql driver (#1486019) +- Added 'display_next' option +- Fix rcube_mdb2::unixtimestamp for MS SQL (#1486015) +- Fix HTML washing to respect character encoding +- Fix endless loop in iil_C_Login() with Courier IMAP (#1486010) +- Fix #messagemenu display on IE (#1486006) +- Speedup UI by using sprites for (toolbar) buttons +- Fix charset names with X- prefix handling +- Fix displaying of HTML messages with unknown/malformed tags (#1486003) + +RELEASE 0.3-RC1 +--------------- +- Fix import of vCard entries with params (#1485453) +- Fix HTML messages output with empty block elements (#1485974) +- Use request tokens to protect POST requests from CSFR +- Added hook when killing a session +- Added hook to write_log function (#1485971) +- Performance improvements by use UID commands (#1485690) - Fix HTML editor tabIndex setting (#1485972) -- Added 'imap_debug' option +- Added 'imap_debug' and 'smtp_debug' options - Support strftime's format modifiers in date_* options (#1484806) - Support %h variable in 'smtp_server' option (#1485766) - Show SMTP errors in browser (#1485927) -- Gitblit v1.9.1