From a56299c15302e82c89595d7ed0f4770536362b6a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 25 Apr 2024 12:03:12 +0000 Subject: Prepare for 0.0.5.0; accept "" as empty extension for content-type Signed-off-by: Laurent Bercot --- INSTALL | 2 +- NEWS | 6 ++++++ doc/index.html | 4 ++-- doc/tipidee.conf.html | 2 ++ doc/upgrade.html | 7 +++++++ package/info | 2 +- src/config/lexparse.c | 23 ++++++++++++++--------- src/libtipidee/tipidee_conf_get_content_type.c | 5 +++-- 8 files changed, 36 insertions(+), 15 deletions(-) diff --git a/INSTALL b/INSTALL index 878170f..813d401 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.14.1.1 or later: https://skarnet.org/software/skalibs/ - - (optional but recommended): s6-networking version 2.7.0.2 or later: + - (optional but recommended): s6-networking version 2.7.0.3 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 b933658..abd5caf 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for tipidee. +In 0.0.5.0 +---------- + + - "" is now understood as the empty extension for the content-type directive + + In 0.0.4.0 ---------- diff --git a/doc/index.html b/doc/index.html index 0557d6f..3336cbb 100644 --- a/doc/index.html +++ b/doc/index.html @@ -115,7 +115,7 @@ make it shorter. Just like the code. requirement if you link against the shared version of the skalibs library.
  • Recommended at run-time: s6-networking version -2.7.0.2 or later. It's not a strict requirement, but tipidee relies on a super-server such as +2.7.0.3 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 @@ -143,7 +143,7 @@ Don't take my word for it; try it out for yourself.