summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-05-18 11:48:47 +0000
committeralecpl <alec@alec.pl>2011-05-18 11:48:47 +0000
commit5cf5ee66c1fd3e86f009124aee58df26780ce311 (patch)
tree4fdb2b6b43bad4215672c3e97643c71f6e3a3bee /CHANGELOG
parent76d4019a355019f2cc3465bd36e3475f80c3d745 (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--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 879bc7459..37f4cf472 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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)