From bcd0758e17995c98662cbcaf15eaa62d1fcc8356 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Tue, 14 May 2019 13:15:36 +0000 Subject: version: 1.0.0.0 --- INSTALL | 4 ++-- NEWS | 2 ++ doc/index.html | 4 ++-- doc/upgrade.html | 6 ++++++ 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/INSTALL b/INSTALL index a64f220..e00dc07 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A Linux-based system with a standard C development environment - GNU make version 3.81 or later - - skalibs version 2.8.0.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.8.1.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.5.1.0 or later: https://skarnet.org/software/execline/ - - s6 version 2.8.0.0 or later: https://skarnet.org/software/s6/ + - s6 version 2.8.0.1 or later: https://skarnet.org/software/s6/ - Optional: nsss version 0.0.1.1 or later: https://skarnet.org/software/nsss/ - Optional: utmps version 0.0.2.0 or later: https://skarnet.org/software/utmps/ diff --git a/NEWS b/NEWS index 846edab..547eebe 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,8 @@ In 1.0.0.0 that are a drop-in replacement for a sysvinit installation, and that respect the LSB-3.0.0 specification. - utmp management, runlevel management. + - See doc/upgrade.html if rebooting from a system using a previous +version of s6-linux-init. In 0.4.0.1 diff --git a/doc/index.html b/doc/index.html index 83464df..4cffd46 100644 --- a/doc/index.html +++ b/doc/index.html @@ -72,11 +72,11 @@ kernel command line
  • A Linux-based system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.8.0.1 or later
  • +2.8.1.0 or later
  • execline version 2.5.1.0 or later
  • s6 version -2.8.0.0 or later
  • +2.8.0.1 or later

    diff --git a/doc/upgrade.html b/doc/upgrade.html index 02aaeea..7c27f49 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -25,6 +25,12 @@

  • This is a complete rewrite and redesign of s6-linux-init: the lifetime version number has increased. No compatibility whatsoever is retained with previous versions.
  • +
  • When rebooting after upgrading from a 0.4.0.x version +of s6-linux-init to 1.0.0.0: the s6-reboot command, which +is needed for the 0.4.0.x shutdown procedure, may not be +accessible via PATH anymore. Make sure to have (a copy of) +s6-reboot available in your PATH; you can remove it after +rebooting on the new system.
  • in 0.4.0.1

    -- cgit v1.2.3