X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ucw%2Fdoc%2Frelnotes.txt;h=11b1661744bec52c75cd4e89374a225cf60437ea;hb=25541ea3bb96e9f143f0e23f8ac5b432f2f6f47a;hp=437ed5bbaa1a4d0e5703f5a603e02e2198b0c783;hpb=40c6405cbbec20d99cd2d6cda5807c94a44afef0;p=libucw.git diff --git a/ucw/doc/relnotes.txt b/ucw/doc/relnotes.txt index 437ed5bb..11b16617 100644 --- a/ucw/doc/relnotes.txt +++ b/ucw/doc/relnotes.txt @@ -23,7 +23,10 @@ Release notes or <> to clean up properly after fork(). ** Added support for <>. ** Added relative timers: <>. -** Modification of events from a running event handler should be always safe. +** Modification of events from a running event handler is always safe. +** Deleting an already deleted event is 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 +43,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) ----------------