]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/doc/relnotes.txt
Main: Removing an already removed event is always safe.
[libucw.git] / ucw / doc / relnotes.txt
index 437ed5bbaa1a4d0e5703f5a603e02e2198b0c783..11b1661744bec52c75cd4e89374a225cf60437ea 100644 (file)
@@ -23,7 +23,10 @@ Release notes
    or <<mainloop:fun_main_destroy,`main_destroy()`>> to clean up properly after fork().
 ** Added support for <<mainloop:signal,synchronous delivery of signals>>.
 ** Added relative timers: <<mainloop:fun_timer_add_rel,`timer_add_rel()`>>.
    or <<mainloop:fun_main_destroy,`main_destroy()`>> to clean up properly after fork().
 ** 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.
+** 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: <<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.
 
 * 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::Configure` supports running of test programs.
 
+* `UCW::CGI` support multiple argument tables and UTF-8 mode.
+
 
 4.0 (2009-04-13)
 ----------------
 
 4.0 (2009-04-13)
 ----------------