From e2ab0da8cb082e4dc2e019bd21b33780182407b0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 17 Jul 2015 16:21:51 +0200 Subject: [PATCH] Doc: Release notes for version 6.5 --- WWW/index.html | 12 ++++++------ ucw/doc/index.txt | 1 + ucw/doc/relnotes.txt | 11 +++++++++-- 3 files changed, 16 insertions(+), 8 deletions(-) diff --git a/WWW/index.html b/WWW/index.html index 6f95b348..200fe8a6 100644 --- a/WWW/index.html +++ b/WWW/index.html @@ -50,7 +50,7 @@
  • Transactions and exceptions
  • Build system
  • Documentation system -
  • Companion libraries for charset conversion, loading of images, and XML parsing +
  • Companion libraries for charset conversion, loading of images, and parsing of JSON and XML
  • … and many more @@ -91,14 +91,14 @@

    If you use the library to your pleasure, the authors will be glad to hear that at the same address. -

    Extra libraries

    +

    Companion libraries

    - The package also contains several other libraries from the Sherlock Holmes project, which you might find useful. - So far, they are completely optional and not much documented. + LibUCW is accompanied by several other libraries, which you might find useful.

      -
    • libucw-charset – manipulation of character sets and UniCode categories -
    • libucw-images – manipulation of images +
    • libucw-json – a flexible JSON parser and formatter
    • libucw-xml – a lightning fast and flexible XML parser +
    • libucw-charset – manipulation of character sets and UniCode categories [experimental] +
    • libucw-images – manipulation of images [experimental]
    diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index b6db3202..d761e34d 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -90,6 +90,7 @@ Yet undocumented modules Companion libraries ------------------- +- <<../ucw-json/index:,LibUCW-JSON>> -- a JSON parser and formatter - <<../ucw-xml/index:,LibUCW-XML>> -- a XML parser - LibUCW-charset -- character set conversion (undocumented) - LibUCW-images -- loading and conversion of images (undocumented) diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 1098499e..2b6a0292 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -1,8 +1,15 @@ Release notes ============= -FIXME ------ +6.5 (2015-07-17) +---------------- +* Added companion library <<../ucw-json/index:,LibUCW-JSON>> for parsing + and formatting JSON. +* Fastbufs have a new wrapper for parsing and generating hex-dumps. + Useful primarily for debugging. +* Unicode functions are now more strict and they reject denormalized + UTF-8 sequences. Also, it is now possible to append UTF-8 characters + to a memory pool. * The naming of memory pool functions mp_append_printf() and mp_append_vprintf() turned out to be unfortunate as they have differently from all other functions operating on growing buffers. They have been renamed to mp_printf_append() -- 2.39.5