From 8b34801c56333b69d861bddcb042e5abf37a1bc1 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 2 Feb 2018 01:04:42 +0000 Subject: Credit smaeul, prepare for 2.7.0.1 --- AUTHORS | 1 + INSTALL | 2 +- NEWS | 6 ++++++ doc/index.html | 4 ++-- doc/upgrade.html | 6 ++++++ package/info | 2 +- 6 files changed, 17 insertions(+), 4 deletions(-) diff --git a/AUTHORS b/AUTHORS index 38cea6e..967b7f9 100644 --- a/AUTHORS +++ b/AUTHORS @@ -27,3 +27,4 @@ Thanks to: Casper Ti. Vector Lionel Van Bemten Martin Misuth + Samuel Holland diff --git a/INSTALL b/INSTALL index f1162aa..5be6904 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.6.3.0 or later: http://skarnet.org/software/skalibs/ + - skalibs version 2.6.3.2 or later: http://skarnet.org/software/skalibs/ - execline version 2.3.0.4 or later: http://skarnet.org/software/execline/ This software will run on any operating system that implements diff --git a/NEWS b/NEWS index 9232ff1..a286350 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6. +In 2.7.0.1 +---------- + + - Bugfixes. + + In 2.7.0.0 ---------- diff --git a/doc/index.html b/doc/index.html index 952a907..7a00b7c 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.6.3.0 or later. It's a build-time requirement. It's also a run-time +2.6.3.2 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.
  • execline version @@ -100,7 +100,7 @@ library.
  • Download

      -
    • The current released version of s6 is 2.7.0.0.
    • +
    • The current released version of s6 is 2.7.0.1.
    • Alternatively, you can checkout a copy of the s6 git repository: diff --git a/doc/upgrade.html b/doc/upgrade.html index fb83a77..5799845 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@

      What has changed in s6

      +

      in 2.7.0.1

      + +
        +
      • skalibs dependency bumped to 2.6.3.2.
      • +
      +

      in 2.7.0.0

        diff --git a/package/info b/package/info index 1324557..debd421 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=s6 -version=2.7.0.0 +version=2.7.0.1 category=admin package_macro_name=S6 -- cgit v1.3.1