summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-11-07 16:14:50 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2010-11-07 16:14:50 +0000
commit48f3c76588362811dfc43674ba54066f2f31b045 (patch)
treec87bbd2572ac3c6d6e5fa40d4699a39fca61d665 /ChangeLog
parentd04625dfed2986d95e3d39df9ed653d5d6de7ab3 (diff)
downloadpcre-48f3c76588362811dfc43674ba54066f2f31b045.tar.gz
Add PCRE_ERROR_SHORTUTF8 to PCRE_PARTIAL_HARD processing.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@569 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ace825b..29f0dba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -92,6 +92,9 @@ Version 8.11 10-Oct-2010
15. In both pcre_exec() and pcre_dfa_exec() the code for checking that the
starting offset points to the beginning of a UTF-8 character was
unnecessarily clumsy. I tidied it up.
+
+16. Added PCRE_ERROR_SHORTUTF8 to make it possible to distinguish between a
+ bad UTF-8 sequence and one that is incomplete.
Version 8.10 25-Jun-2010