From 80d231165357cf0d57b23dfe3b0aa16c7cb79545 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 31 Jan 2023 12:06:01 +0000 Subject: Prepare for 2.11.2.1, move template location, change file list Signed-off-by: Laurent Bercot --- doc/index.html | 4 ++-- doc/instances.html | 7 +++---- doc/upgrade.html | 7 +++++++ 3 files changed, 12 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index e41fa67..b1a8c69 100644 --- a/doc/index.html +++ b/doc/index.html @@ -83,7 +83,7 @@ with s6
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.13.0.0 or later. It's a build-time requirement. It's also a run-time +2.13.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.
  • (Optional, but really recommended for full functionality): @@ -115,7 +115,7 @@ want nsswitch-like functionality:

    Download

      -
    • The current released version of s6 is 2.11.2.0.
    • +
    • The current released version of s6 is 2.11.2.1.
    • Alternatively, you can checkout a copy of the s6 git repository: diff --git a/doc/instances.html b/doc/instances.html index de0d0d4..41c5722 100644 --- a/doc/instances.html +++ b/doc/instances.html @@ -86,13 +86,12 @@ here for informational purposes.
      • The service directory created by s6-instance-maker -has two specific subdirectories in it: instance and instances. They -are initially empty, except that the template service directory is stored in -instances/.template.
      • +has three specific subdirectories in it: instance and instances, which +are initially empty, and template, storing the template service directory.
      • When the service is active, there is an s6-svscan process running on instance.
      • s6-instance-create makes a copy of -instances/.template into instances/name, and +template into instances/name, and s6-svlinks instances/name to instance. When it returns, there is an s6-supervise process running on instance/name, and the instance may be up diff --git a/doc/upgrade.html b/doc/upgrade.html index 7afba07..e310554 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,13 @@

        What has changed in s6

        +

        in 2.11.2.1

        + +
          +
        • skalibs +dependency bumped to 2.13.1.0.
        • +
        +

        in 2.11.2.0

          -- cgit v1.2.3