From 592c13a20f5ece4a596635c75bf096ccd3dfa6b8 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 6 Jun 2025 23:56:11 +0000 Subject: Prepare for 0.0.7.0; add noredirect Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- NEWS | 7 +++++++ doc/index.html | 8 ++++---- doc/tipidee.conf.html | 15 +++++++++++++++ doc/upgrade.html | 9 +++++++++ package/info | 2 +- src/config/lexparse.c | 25 +++++++++++++++++++++++++ src/libtipidee/tipidee_conf_get_redirection.c | 5 +---- 8 files changed, 64 insertions(+), 11 deletions(-) diff --git a/INSTALL b/INSTALL index 03fd8ab..58b72c9 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.4.0 or later: https://skarnet.org/software/skalibs/ - - (optional but recommended): s6-networking version 2.7.1.0 or later: + - skalibs version 2.14.5.0 or later: https://skarnet.org/software/skalibs/ + - (optional but recommended): s6-networking version 2.7.2.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 3154bc7..d8fd8a2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changelog for tipidee. +In 0.0.7.0 +---------- + + - Support for shared libraries on MacOS. + - New directive: noredirect, to carve exceptions to generic redirections. + + In 0.0.6.0 ---------- diff --git a/doc/index.html b/doc/index.html index c25aeed..7f38212 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.4.0 or later. It's a build-time requirement. It's also a run-time +2.14.5.0 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.7.1.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as +2.7.2.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 @@ -143,8 +143,8 @@ Don't take my word for it; try it out for yourself.
  • +
    +

    noredirect

    +
    + +

    + noredirect resource +

    + + +

    custom-response

    diff --git a/doc/upgrade.html b/doc/upgrade.html index 0bcfb28..e8447d5 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,15 @@

    What has changed in tipidee

    +

    in 0.0.7.0

    + + +

    in 0.0.6.0