X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fdoc%2Frelnotes.txt;h=add13974be5e8166b1b32245222cfd46999455b7;hb=eba006ca3050abef5d66c45c711d89bdb5628d0c;hp=437ed5bbaa1a4d0e5703f5a603e02e2198b0c783;hpb=40c6405cbbec20d99cd2d6cda5807c94a44afef0;p=libucw.git diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 437ed5bb..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,6 +42,8 @@ Release notes * `UCW::Configure` supports running of test programs. +* `UCW::CGI` support multiple argument tables and UTF-8 mode. + 4.0 (2009-04-13) ----------------