From: Martin Mares Date: Sun, 22 Jun 2014 14:37:11 +0000 (+0200) Subject: Doc: Finishing touches before release X-Git-Tag: v6.0 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=refs%2Ftags%2Fv6.0;p=libucw.git Doc: Finishing touches before release --- diff --git a/ucw/doc/index.txt b/ucw/doc/index.txt index d62828c0..9d439184 100644 --- a/ucw/doc/index.txt +++ b/ucw/doc/index.txt @@ -46,6 +46,7 @@ Modules - <> - <> - <> +- <> Other features -------------- @@ -106,6 +107,7 @@ Several modules have been contributed by: - Daniel Fiala (strtonum) - Tomáš Gavenčiak (logging system) +- Robert Kessl (table printer) - Jan Moskyto Matějka (option parser, fb-multi) - Tomáš Valla (varint) - Michal Vaner (documentation system) diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 6be94e68..c0e69738 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -66,7 +66,7 @@ Cleanups * All helper utilities are now installed with names starting with `ucw-` to prevent collisions. * The auxiliary libraries have been renamed to `libucw-charset`, `libucw-images`, - `libucw-xml`. + `libucw-xml`. The clean ABI promise does not extend to them yet. * The alias `uns` for `unsigned int` has been replaced by a more common `uint`. The old name is still maintained for backward compatibility. * Several functions now accept `size_t` instead of `unsigned int` for size arguments.