diff options
author | alecpl <alec@alec.pl> | 2011-05-18 11:48:47 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2011-05-18 11:48:47 +0000 |
commit | 5cf5ee66c1fd3e86f009124aee58df26780ce311 (patch) | |
tree | 4fdb2b6b43bad4215672c3e97643c71f6e3a3bee /CHANGELOG | |
parent | 76d4019a355019f2cc3465bd36e3475f80c3d745 (diff) |
- Added general rcube_cache class with memcache support
- Improved caching performance by skipping writes of unchanged data
- Option enable_caching replaced by imap_cache and messages_cache options
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ CHANGELOG Roundcube Webmail =========================== +- Added general rcube_cache class with memcache support +- Improved caching performance by skipping writes of unchanged data +- Option enable_caching replaced by imap_cache and messages_cache options - Add forward-as-attachment feature - jQuery-1.6.1 (#1487913, #1487144) - Improve display name composition when saving contacts (#1487143) |