]> mj.ucw.cz Git - libucw.git/commitdiff
Doc: Finishing touches before release v6.0
authorMartin Mares <mj@ucw.cz>
Sun, 22 Jun 2014 14:37:11 +0000 (16:37 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 22 Jun 2014 14:37:11 +0000 (16:37 +0200)
ucw/doc/index.txt
ucw/doc/relnotes.txt

index d62828c07111962e9ffd2897e30db47d816bed2f..9d439184d90914a0e5afb40891a63f72e1d206ba 100644 (file)
@@ -46,6 +46,7 @@ Modules
 - <<daemon:,Daemon helpers>>
 - <<signal:,Signal helpers>>
 - <<opt:,Command line parser>>
+- <<table:,Table printer>>
 
 Other features
 --------------
@@ -106,6 +107,7 @@ Several modules have been contributed by:
 
 - Daniel Fiala <mailto:danfiala\@ucw.cz[]> (strtonum)
 - Tomáš Gavenčiak <mailto:gavento\@ucw.cz[]> (logging system)
+- Robert Kessl <mailto:robert.kessl\@economia.cz[]> (table printer)
 - Jan Moskyto Matějka <mailto:mq\@ucw.cz[]> (option parser, fb-multi)
 - Tomáš Valla <mailto:tom\@ucw.cz[]> (varint)
 - Michal Vaner <mailto:vorner\@ucw.cz[]> (documentation system)
index 6be94e687ea387cbd7241a5b79b3885bc41af5d9..c0e69738bc1a6a8fc21e1513b3e3158904e46100 100644 (file)
@@ -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.