diff --git a/CHANGELOG b/CHANGELOG index 548043029..6cd656b97 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,6 +1,8 @@ CHANGELOG RoundCube Webmail =========================== +- Fix bugs on unexpected IMAP connection close (#1486190, #1486270) +- Iloha's imap.inc rewritten into rcube_imap_generic class - Added contact groups in address book (not finished yet) - Added PageUp/PageDown/Home/End keys support on lists (#1486430) - Added possibility to select all messages in a folder (#1484756) diff --git a/installer/check.php b/installer/check.php index e75c814d0..173924673 100644 --- a/installer/check.php +++ b/installer/check.php @@ -1,25 +1,47 @@