diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-07 01:06:22 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-07 01:06:22 +0000 |
| commit | 4ee4f68568f79a198160024a503d6c6a700063a8 (patch) | |
| tree | 04a78cd1b9d7cfa88685748aeda579cca2e6b0d6 | |
| parent | b39ac47f1977ec9ea58b4281673e3393e60fc8e8 (diff) | |
| download | tipidee-4ee4f68568f79a198160024a503d6c6a700063a8.tar.gz | |
Update deps
| -rw-r--r-- | INSTALL | 2 | ||||
| -rw-r--r-- | NEWS | 3 | ||||
| -rw-r--r-- | doc/index.html | 2 | ||||
| -rw-r--r-- | doc/upgrade.html | 2 |
4 files changed, 6 insertions, 3 deletions
@@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.15.1.0 or later: https://skarnet.org/software/skalibs/ - - (optional but recommended): s6-networking version 2.8.0.0 or later: + - (optional but recommended): s6-networking version 2.8.0.1 or later: https://skarnet.org/software/s6-networking/ This software will run on any operating system that implements @@ -5,7 +5,8 @@ In 0.0.8.0 - Bugfixes. - New configuration option: cgi_pass_authorization - - New configuration option: fastcgi + - New configuration option: fastcgi. + - FastCGI support. In 0.0.7.2 diff --git a/doc/index.html b/doc/index.html index 6b8f014..eae5b87 100644 --- a/doc/index.html +++ b/doc/index.html @@ -116,7 +116,7 @@ make it shorter. Just like the code. 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 -2.8.0.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as +2.8.0.1 or later. It's not a strict requirement, but tipidee relies on a super-server such as <a href="//skarnet.org/software/s6-networking/s6-tcpserver.html">s6-tcpserver</a> to listen to the network and provide connection information via environment variables. It also defers to tools such as diff --git a/doc/upgrade.html b/doc/upgrade.html index b60576b..a9f0a6d 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -24,6 +24,8 @@ <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> dependency bumped to 2.15.1.0 </li> + <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a> +recommendation bumped to 2.8.0.1 </li> </ul> <h2> in 0.0.7.2 </h2> |
