diff options
author | alecpl <alec@alec.pl> | 2011-02-23 08:13:02 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-02-23 08:13:02 +0000 |
commit | 3a5476d150419b46847dd922935f368c969519c1 (patch) | |
tree | 145ed6817352cb843c1ea7467eed24e81091418f /CHANGELOG | |
parent | 5744bfa54de0baacbf788bc30aacce3cd1089b9c (diff) |
- Add index on contactgroupmembers.contact_id column.
Improves performance and fixes problem with contactgroupmembers table creation on MySQL 4.x
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ CHANGELOG Roundcube Webmail =========================== +- Fix problem with contactgroupmembers table creation on MySQL 4.x, add index on contact_id column - Add LDAP SASL bind and proxy authentication (#1486692) - Add variable for 'Today' label in date_today option (#1486120) - Fix dont_override setting does not override existing user preferences (#1487664) |