From 262b8f0ab4bc0fbb834aec0f786057b3bd123595 Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Mon, 12 Oct 2009 23:03:44 +0000 Subject: [PATCH] Release 2.2.3 git-svn-id: http://svn.code.sf.net/p/utfcpp/code@104 a809a056-fc17-0410-9590-b4f493f8b08e --- doc/ReleaseNotes | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index b2cd696..28291fd 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -1,9 +1,10 @@ utf8 cpp library -Release 2.2.1 +Release 2.2.3 -This is a minor bug fix release aimed at supporting GCC 4.3. +This is a bug fix release that improves converting from utf-16 to utf-8 error detection. -Changes from version 2.2 -- Bug fix [ ID: 2823847 ] "warning from GCC 4.3" +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 Files included in the release: utf8.h, core.h, checked.h, unchecked.h, utf8cpp.html, ReleaseNotes