about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-11-20 04:02:21 +0000
committerLaurent Bercot <ska@appnovation.com>2023-11-20 04:02:21 +0000
commit26af34b4441abc4e57732e65ebbf9e5b4c1c2abf (patch)
tree5b5f0c1adafe8918c342d064cdf1dd375d2d4e83
parent6e618ab985907a0d6941bc0d4747ac233ab019f9 (diff)
downloadtipidee-26af34b4441abc4e57732e65ebbf9e5b4c1c2abf.tar.gz
tipidee-26af34b4441abc4e57732e65ebbf9e5b4c1c2abf.tar.xz
tipidee-26af34b4441abc4e57732e65ebbf9e5b4c1c2abf.zip
version: 0.0.2.0 v0.0.2.0
Signed-off-by: Laurent Bercot <ska@appnovation.com>
-rw-r--r--INSTALL4
-rw-r--r--NEWS5
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html6
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.
  <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.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. </li>
  <li> Recommended at run-time: <a href="//skarnet.org/software/s6-networking/">s6-networking</a> 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
 <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 1683855..74f7594 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -21,7 +21,13 @@
 <h2> in.0.0.2.0 </h2>
 
 <ul>
+ <li> <a href="//skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.14.0.1 </li>
+ <li> <a href="//skarnet.org/software/s6-networking/">s6-networking</a>
+recommendation bumped to 2.7.0.0 </li>
  <li> New <tt>global executable_means_cgi</tt> configuration directive. </li>
+ <li> New <tt>log x-forwarded-for </tt> configuration directive. </li>
+ <li> Default Referrer-Policy removed. </li>
 </ul>
 
 <h2> in 0.0.1.0 </h2>