summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-06-04 16:05:57 +0200
committerAleksander Machniak <alec@alec.pl>2012-06-04 16:08:37 +0200
commit7a259c601b4c9c69615411b6da91ff25b79079e0 (patch)
treed9feab8caa20f703edb5c4114ff109a8824eac36 /CHANGELOG
parent9c8ff86ab00757e0c53a1a43858161330724553d (diff)
Fix magic_quotes_sybase handling (#1488506)
Improved handling of critical PHP settings - try to set them to required value before die()
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 739641efb..8e991fd5e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,7 @@
CHANGELOG Roundcube Webmail
===========================
+- Fix errors with enabled PHP magic_quotes_sybase option (#1488506)
- Fix SQL query for contacts listing on MS SQL Server (#1488505)
- Update to TinyMCE 3.5.2
- Fix window.resize handler on IE8 and Opera (#1488453)