From cbde0131ba1661b6f7215d41a51caa50dc9da63a Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 Nov 2017 19:21:27 +0000 Subject: Prepare for 0.3.0.1 --- INSTALL | 6 +++--- NEWS | 9 ++++++++ doc/index.html | 8 +++---- doc/upgrade.html | 19 ++++++++++++++++ package/info | 2 +- src/s6-rc/s6-rc-compile.c | 55 +++++++++++++++++++++++++++++++++-------------- 6 files changed, 75 insertions(+), 24 deletions(-) diff --git a/INSTALL b/INSTALL index 9baba55..7087420 100644 --- a/INSTALL +++ b/INSTALL @@ -6,9 +6,9 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.6.0.1 or later: http://skarnet.org/software/skalibs/ - - execline version 2.3.0.3 or later: http://skarnet.org/software/execline/ - - s6 version 2.6.1.1 or later: http://skarnet.org/software/s6/ + - skalibs version 2.6.2.0 or later: http://skarnet.org/software/skalibs/ + - execline version 2.3.0.4 or later: http://skarnet.org/software/execline/ + - s6 version 2.6.2.0 or later: http://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2008, available at: diff --git a/NEWS b/NEWS index dc1e8af..88e0c6c 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,14 @@ Changelog for s6-rc. +In 0.3.0.1 +---------- + + - s6-rc-compile now guarantees the numbering of the services. +This is useful when the database format changes. You should +recompile your databases in preparation for the switch to +s6-rc-0.4.0.0. + + In 0.3.0.0 ---------- diff --git a/doc/index.html b/doc/index.html index 544fa85..d4f6746 100644 --- a/doc/index.html +++ b/doc/index.html @@ -48,11 +48,11 @@ scripts are also run in a controlled environment.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.6.0.1 or later
  • +2.6.2.0 or later
  • execline version -2.3.0.3 or later
  • +2.3.0.4 or later
  • s6 version -2.6.1.1 or later
  • +2.6.2.0 or later

    Licensing

    @@ -66,7 +66,7 @@ scripts are also run in a controlled environment.