diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-09 17:18:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-03-09 17:18:15 +0000 |
commit | 34673241173ebcb143df9652e67ac077ba7176c0 (patch) | |
tree | 46fadd1d151cc3fb3693c4b0793271b8171046fa /doc/upgrade.html | |
parent | 4dc49226555d272d4e5deea86fddaa13595f18f0 (diff) | |
download | skalibs-34673241173ebcb143df9652e67ac077ba7176c0.tar.xz |
- reset all signals to default in child_spawn*
- cosmetic fix in INSTALL
- version: rc for 2.3.1.2
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index fbe1cdd..16a0be2 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -17,6 +17,15 @@ <h1> What has changed in skalibs </h1> +<h2> in 2.3.1.2 </h2> + +<ul> + <li> The child_spawn* family of functions now resets all signals +to their default values when spawning a program on systems with +<a href="http://pubs.opengroup.org/onlinepubs/9699919799/functions/posix_spawn.html">posix_spawn()</a>. +This should not change anything - it's just paranoia. </li> +</ul> + <h2> in 2.3.1.1 </h2> <ul> |