diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:06:45 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-08-12 13:06:45 +0000 |
commit | c05251f11eee86d8d70a681a8a20e55caf030f70 (patch) | |
tree | a6e3b906c9af71a4816af71cabe8564a62be52ff /doc/upgrade.html | |
parent | d424038dd3499458a5aa22ac1f3436c3d4d1e931 (diff) | |
download | skalibs-c05251f11eee86d8d70a681a8a20e55caf030f70.tar.xz |
Add spawn_lib support
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index f2a16cc..efd6ec7 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,11 +18,12 @@ <h1> What has changed in skalibs </h1> -<h2> in 2.3.11.0 </h2> +<h2> in 2.4.0.0 </h2> <ul> <li> More support for advanced fd callbacks in <tt>unixmessage_sender</tt> and <tt>unixconnection</tt>. </li> <li> <tt>ipc_timed_send()</tt>, <tt>ipc_timed_recv()</tt> </li> + <li> rt.lib sysdep removed; spawn.lib sysdep added </li> </ul> <h2> in 2.3.10.0 </h2> |