From fe0be22e75a5b7c69db16aba930b002e87831e84 Mon Sep 17 00:00:00 2001 From: ntrifunovic Date: Mon, 18 Dec 2006 01:52:36 +0000 Subject: [PATCH] Release 2.0 Beta 1 git-svn-id: http://svn.code.sf.net/p/utfcpp/code@75 a809a056-fc17-0410-9590-b4f493f8b08e --- v2_0/doc/ReleaseNotes | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/v2_0/doc/ReleaseNotes b/v2_0/doc/ReleaseNotes index 41fd482..a04693f 100644 --- a/v2_0/doc/ReleaseNotes +++ b/v2_0/doc/ReleaseNotes @@ -1,14 +1,13 @@ utf8 cpp library -Release 1.0 Final +Release 2.0 Beta 1 -This is the first production release of the library. +This is the first Beta release of the version 2.0 of the library. Please note that the branch 1.x is still being developed, and will be maintained even after 2.x becomes stable. -Bug Fixes: -No bugs reported since Beta 3. +Changes from version 1.02: -Other changes from Beta 3: -- Performance tuning: The library is now biased towards texts with lots of ASCII characters. -- Vaaarious refactorings to improve readibility and reduce code duplication - -Files: utf8.h utf8cpp.html ReleaseNotes +- Feature request [1569543]: Add utf8 iterator adapter class +- Feature request [1569479]: Add replace_invalid function +- Reorganized the source code: rather than a single header file, the library now resides in three separate ones. To maintain the backward compatibility, there is also a convenience header utf8.h that includes all the other ones. +- The requironment for octet_iterator is bidirectional, rather than random access, although in practice it probably doesn't mean a lot. +Files included in the release: utf8.h, core.h, checked.h, unchecked.h, utf8cpp.html, ReleaseNotes