diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-02-19 04:12:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-02-19 04:12:02 +0000 |
commit | 73783574792a8dc9538b0e20cd61f3177124f897 (patch) | |
tree | 62bea532a8d02da0f12a40ee187122bc95444f75 /doc/upgrade.html | |
parent | 9a3e10869c7581543aa7fc37b44e25cbba895f4b (diff) | |
download | skalibs-73783574792a8dc9538b0e20cd61f3177124f897.tar.xz |
- Add wait_estatus()
- version: rc for 2.3.1.0
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index f30a856..74215bf 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,13 @@ <h1> What has changed in skalibs </h1> +<h2> in 2.3.1.0 </h2> + +<ul> + <li> wait_status() now returns 256 + signal number when WIFSIGNALED(). </li> + <li> new macro wait_estatus() to get WIFSIGNALED information in an exit code. </li> +</ul> + <h2> in 2.3.0.1 </h2> <ul> |