diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-01 11:49:37 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-01-01 11:49:37 +0000 |
| commit | e697eeb3c5f098f9599d64b81cd4e69ab28658e8 (patch) | |
| tree | 5f8cb321f70e92803e78667b93bab805d63f1ec6 /doc | |
| parent | 0a66d551183f1e6acf46ae6a813719d30ba89128 (diff) | |
| download | tipidee-e697eeb3c5f098f9599d64b81cd4e69ab28658e8.tar.gz | |
Signal handlers must save/restore errno
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/index.html | 2 | ||||
| -rw-r--r-- | doc/upgrade.html | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index bcda878..2508ebc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -111,7 +111,7 @@ make it shorter. Just like the code. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.14.5.0 or later. It's a build-time requirement. It's also a run-time +2.14.5.1 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> <li> Recommended at run-time: <a href="//skarnet.org/software/s6-networking/">s6-networking</a> version diff --git a/doc/upgrade.html b/doc/upgrade.html index e9d3f70..6e3676c 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,8 @@ <h2> in 0.0.7.1 </h2> <ul> - <li> No functional changes. </li> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.14.5.1 </li> </ul> <h2> in 0.0.7.0 </h2> |
