From daa8483afa8f4ebec581870c98b267354f317e1f Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Mon, 31 Jul 2006 20:00:17 +0000 Subject: [PATCH] Release 1.0 Beta 2 git-svn-id: http://svn.code.sf.net/p/utfcpp/code@31 a809a056-fc17-0410-9590-b4f493f8b08e --- doc/ReleaseNotes | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/ReleaseNotes b/doc/ReleaseNotes index 001bc8a..2d499d3 100644 --- a/doc/ReleaseNotes +++ b/doc/ReleaseNotes @@ -1,13 +1,13 @@ utf8 cpp library +Release 1.0 Beta 2 -Release 1.0 Beta 1 +In this release, several bugs were fixed, and internal implementation changed to avoid duplication of code and hide implementation details. -Initial release. +Bug Fixes: +[ 1524459 ] utf8::is_valid does not report some illegal code positions +[ 1525236 ] utf8::is_valid does not detect overlong sequences +[ 1528544 ] utf::next does not work correctly for 4-byte sequences +[ 1528369 ] utf8::find_invalid does not return the start of a seqence -List of changes: -N/A +Files: utf8.h utf8cpp.html ReleaseNotes -Files: -utf8.h -utf8cpp.html -ReleaseNotes