From 4878ddc7e5f36035dd69f83070567c979025b0be Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Sat, 31 Oct 2009 16:14:51 +0000 Subject: [PATCH] Release 2.2.4 git-svn-id: http://svn.code.sf.net/p/utfcpp/code@106 a809a056-fc17-0410-9590-b4f493f8b08e --- doc/ReleaseNotes | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index 28291fd..857a72b 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -1,10 +1,9 @@ utf8 cpp library -Release 2.2.3 +Release 2.2.4 -This is a bug fix release that improves converting from utf-16 to utf-8 error detection. +This is a minor bug fix release that improves converting from utf-16 to utf-8 error detection. -Changes from version 2.2.2 -- Bug fix [2852872] invalid utf16 strings were parsed without any error -- Bug fix [2857456] redundant checks in append in checked.h +Changes from version 2.2.3 +- Bug fix [2857454] dereference invalid iterator when lead surrogate was last element of the string. Files included in the release: utf8.h, core.h, checked.h, unchecked.h, utf8cpp.html, ReleaseNotes