summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2012-04-04 16:41:08 +0000
committeralecpl <alec@alec.pl>2012-04-04 16:41:08 +0000
commitff2d88a7ab6e3c63550c8a48f6ddf93197540ae0 (patch)
treeed93c9872a6b9e0c3fb3bd82cd666b9afe9989aa /CHANGELOG
parentd63244ebf44989c32a4c3f240b7f29c50bef9bfc (diff)
- Fix bug where memory_limit = -1 wasn't handled properly
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 9083dbb5c..5808e73e7 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix bug where memory_limit = -1 wasn't handled properly
- Support LDAP RFC2256's country object class read/write (#1488123)
- Upgraded to jQuery 1.7.2
- Image resize with GD extension (#1488383)