From e48f8945b32ab5b67f1cdeb53a37d3d196e31e4d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Fri, 20 May 2016 05:19:01 -0400
Subject: [PATCH] Fix bug where message list columns could be in wrong order after column drag-n-drop and list sorting

---
 CHANGELOG |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diff --git a/CHANGELOG b/CHANGELOG
index 17450ba..1e0aff7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,16 @@
 CHANGELOG Roundcube Webmail
 ===========================
 
+
+- Fix message list multi-select/deselect issue (#5219)
+- Fix bug where contact search menu fields where always unchecked in Larry skin
+- Fix XSS issue in href attribute on area tag (#5240)
+- Fix bug where message list columns could be in wrong order after column drag-n-drop and list sorting
+
+RELEASE 1.1.5
+-------------
 - Plugin API: Add html2text hook
+- Plugin API: Added addressbook_export hook
 - Fix missing emoticons on html-to-text conversion
 - Fix random "access to this resource is secured against CSRF" message at logout (#4956)
 - Fix missing language name in "Add to Dictionary" request in HTML mode (#4951)
@@ -10,7 +19,6 @@
 - Fix (again) security issue in DBMail driver of password plugin [CVE-2015-2181] (#4958)
 - Fix bug where Archive/Junk buttons were not active after page jump with select=all mode (#4961)
 - Fix bug in long recipients list parsing for cases where recipient name contained @-char (#4964)
-- Plugin API: Added addressbook_export hook
 - Fix additional_message_headers plugin compatibility with Mail_Mime >= 1.9 (#4966)
 - Hide DSN option in Preferences when smtp_server is not used (#4967)
 - Protect download urls against CSRF using unique request tokens (#4957)

--
Gitblit v1.9.1