From 9e147a36adfa6e14ab66ea3b2bcb848eeba2c276 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Sun, 22 Feb 2015 05:47:42 -0500 Subject: [PATCH] Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function (#1490280) --- CHANGELOG | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0e0a3e2..4e095b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,7 @@ - Fix handling of some improper constructs in format=flowed text as per the RFC3676[4.5] (#1490284) - Fix performance of rcube_db_mysql::get_variable() - Fix missing or not up-to-date CATEGORIES entry in vCard export (#1490277) +- Fix fatal errors on systems without mbstring extension or mb_regex_encoding() function (#1490280) RELEASE 1.1.0 ------------- -- Gitblit v1.9.1