From 26af34b4441abc4e57732e65ebbf9e5b4c1c2abf Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 20 Nov 2023 04:02:21 +0000 Subject: version: 0.0.2.0 Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- NEWS | 5 ++++- doc/index.html | 4 ++-- doc/upgrade.html | 6 ++++++ 4 files changed, 14 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index ad5c866..5e148af 100644 --- a/INSTALL +++ b/INSTALL @@ -6,8 +6,8 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.0.0 or later: https://skarnet.org/software/skalibs/ - - (optional but recommended): s6-networking version 2.6.0.0 or later: + - skalibs version 2.14.0.1 or later: https://skarnet.org/software/skalibs/ + - (optional but recommended): s6-networking version 2.7.0.0 or later: https://skarnet.org/software/s6-networking/ This software will run on any operating system that implements diff --git a/NEWS b/NEWS index f1477c3..c37343d 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,12 @@ Changelog for tipidee. -In 0.0.1.1 +In 0.0.2.0 ---------- - Bugfixes. + - Support for treating all executables as CGI. + - Support for logging X-Forwarded-For. + - No Referrer-Policy header by default. In 0.0.1.0 diff --git a/doc/index.html b/doc/index.html index 0341d6b..0db88cd 100644 --- a/doc/index.html +++ b/doc/index.html @@ -111,11 +111,11 @@ make it shorter. Just like the code.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.14.0.0 or later. It's a build-time requirement. It's also a run-time +2.14.0.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.
  • Recommended at run-time: s6-networking version -2.6.0.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as +2.7.0.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as s6-tcpserver 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 1683855..74f7594 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -21,7 +21,13 @@

    in.0.0.2.0

      +
    • skalibs +dependency bumped to 2.14.0.1
    • +
    • s6-networking +recommendation bumped to 2.7.0.0
    • New global executable_means_cgi configuration directive.
    • +
    • New log x-forwarded-for configuration directive.
    • +
    • Default Referrer-Policy removed.

    in 0.0.1.0

    -- cgit v1.2.3