]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/relnotes.txt
Doc: Updated release notes
[libucw.git] / ucw / doc / relnotes.txt
index 437ed5bbaa1a4d0e5703f5a603e02e2198b0c783..add13974be5e8166b1b32245222cfd46999455b7 100644 (file)
@@ -24,6 +24,8 @@ Release notes
 ** Added support for <<mainloop:signal,synchronous delivery of signals>>.
 ** Added relative timers: <<mainloop:fun_timer_add_rel,`timer_add_rel()`>>.
 ** 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: <<mainloop:fun_hook_is_active,`hook_is_active()`>> and friends.
+** A new mainloop front-end for asynchronous <<mainloop:recordio,record-based I/O>> 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)
 ----------------