From: Martin Mares Date: Sun, 31 Jul 2011 12:55:41 +0000 (+0200) Subject: Doc: Updated release notes X-Git-Tag: v5.0~116 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=eba006ca3050abef5d66c45c711d89bdb5628d0c;p=libucw.git Doc: Updated release notes --- diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index afc8fb81..add13974 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -24,6 +24,8 @@ Release notes ** Added support for <>. ** Added relative timers: <>. ** Modification of events from a running event handler should be always safe. +** For any event type, it is possible to ask whether it is active (added to the mainloop) or not: <> and friends. +** A new mainloop front-end for asynchronous <> has been added. * Added a growing array module `gary.h`, similar to `gbuf.h`, but with a much more convenient interface. @@ -40,7 +42,7 @@ Release notes * `UCW::Configure` supports running of test programs. -* `UCW::CGI` support multiple argument tables. +* `UCW::CGI` support multiple argument tables and UTF-8 mode. 4.0 (2009-04-13)