From 805e7c6004153f69ed8f1bf2c7d5b7a7924f2863 Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 15 Oct 2004 11:06:58 +0000 Subject: [PATCH] info about changes git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@8186 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 091f5baf..559ab340 100644 --- a/ChangeLog +++ b/ChangeLog @@ -125,6 +125,13 @@ Version 1.5.1 -- CVS functions (provides fix for #1019007). - LC_NUMERIC locale is set to C. (workaround for #1027130). Some plugins might use decimal delimiters incorrectly. + - Added sq_is8bit function that can be used to detect 8bit strings. + - Added sq_mb_list_encodings function that provides list of encodings supported + by php mbstring module. + - Added Content-Transfer-Encoding: 8bit header for read receipts that contain + 8bit symbols. (provides fix for #934033). + - Fixed decoding function problems when mbstring.func_override has MB_OVERLOAD_REGEX + enabled. Version 1.5.0 -- 2.25.1