From: Sebastian Pipping Date: Wed, 23 Aug 2017 15:35:26 +0000 (+0200) Subject: Add version comment to _INTERNAL_trim_to_complete_utf8_characters X-Git-Tag: R_2_2_5~35^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ab1cb1fa0747fee09dfaafb9dfff4052b7ad5079;p=libexpat Add version comment to _INTERNAL_trim_to_complete_utf8_characters --- diff --git a/expat/Changes b/expat/Changes index eaa29f85..291cf400 100644 --- a/expat/Changes +++ b/expat/Changes @@ -2,7 +2,7 @@ NOTE: We are looking for help with a few things: https://github.com/libexpat/libexpat/labels/help%20wanted If you can help, please get in touch. Thanks! -Release 2.?.? ??????????????????? +Release 2.2.5 ??????????????????? Bug fixes: #8 If the parser runs out of memory, make sure its internal state reflects the memory it actually has, not the memory diff --git a/expat/lib/libexpat.def b/expat/lib/libexpat.def index 82f80146..d08f5b7c 100644 --- a/expat/lib/libexpat.def +++ b/expat/lib/libexpat.def @@ -74,4 +74,5 @@ EXPORTS ; added with version 2.1.1 ; XML_GetAttributeInfo @66 XML_SetHashSalt @67@ +; added with version 2.2.5 _INTERNAL_trim_to_complete_utf8_characters @68@ \ No newline at end of file diff --git a/expat/lib/libexpatw.def b/expat/lib/libexpatw.def index 75358008..928e01b1 100644 --- a/expat/lib/libexpatw.def +++ b/expat/lib/libexpatw.def @@ -74,4 +74,5 @@ EXPORTS ; added with version 2.1.1 ; XML_GetAttributeInfo @66 XML_SetHashSalt @67@ +; added with version 2.2.5 _INTERNAL_trim_to_complete_utf8_characters @68@