From d2959364ef8d6bc948474a8facf497788b4e768b Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 15 Dec 2023 10:35:41 +0000 Subject: Prepare for 0.0.3.0; add XXX_no_translate Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- doc/index.html | 6 +++--- doc/tipidee.conf.html | 31 ++++++++++++++++++++++++++++++ doc/upgrade.html | 10 ++++++++++ package/deps.mak | 3 ++- package/info | 2 +- src/config/defaults.c | 1 + src/config/lexparse.c | 1 + src/tipideed/deps-exe/tipideed | 1 + src/tipideed/responses.c | 41 ++++++++++++++++++---------------------- src/tipideed/tipideed-internal.h | 9 ++++++++- src/tipideed/tipideed.c | 18 +++++++++++------- src/tipideed/util.c | 29 ++++++++++++++++++++++++++++ 13 files changed, 118 insertions(+), 38 deletions(-) create mode 100644 src/tipideed/util.c diff --git a/INSTALL b/INSTALL index 5e148af..e1ca77e 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.1 or later: https://skarnet.org/software/skalibs/ - - (optional but recommended): s6-networking version 2.7.0.0 or later: + - skalibs version 2.14.1.0 or later: https://skarnet.org/software/skalibs/ + - (optional but recommended): s6-networking version 2.7.0.1 or later: https://skarnet.org/software/s6-networking/ This software will run on any operating system that implements diff --git a/doc/index.html b/doc/index.html index 0db88cd..2aef76b 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.1 or later. It's a build-time requirement. It's also a run-time +2.14.1.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.0.0 or later. It's not a strict requirement, but tipidee relies on a super-server such as +2.7.0.1 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.
  • +
    +

    XXX_no_translate

    +
    + +

    + global XXX_no_translate value +

    + + +

    The index-file directive

    diff --git a/doc/upgrade.html b/doc/upgrade.html index 74f7594..f2a6880 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,16 @@

    What has changed in tipidee

    +

    in.0.0.3.0

    + + +

    in.0.0.2.0