From 5f67e3fe69a1858054711ac01521de327bf12b9c Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 9 May 2026 19:25:46 +0000 Subject: Prepare for 0.6.1.1 ; fix loop exit condition in store checking --- INSTALL | 2 +- NEWS | 6 ++++++ doc/index.html | 6 +++--- doc/upgrade.html | 7 +++++++ package/deps-build | 2 +- package/info | 2 +- src/repo/s6rc_repo_sync.c | 1 + 7 files changed, 20 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index d1ce0af..7581084 100644 --- a/INSTALL +++ b/INSTALL @@ -7,7 +7,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - skalibs version 2.15.0.0 or later: https://skarnet.org/software/skalibs/ - - execline version 2.9.8.2 or later: https://skarnet.org/software/execline/ + - execline version 2.9.9.1 or later: https://skarnet.org/software/execline/ - s6 version 2.15.0.0 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements diff --git a/NEWS b/NEWS index b06a16f..e387229 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for s6-rc. +In 0.6.1.1 +---------- + + - Bugfixes. + + In 0.6.1.0 ---------- diff --git a/doc/index.html b/doc/index.html index fb7e119..f643e75 100644 --- a/doc/index.html +++ b/doc/index.html @@ -53,7 +53,7 @@ scripts are also run in a controlled environment. 2.15.0.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.
  • execline version -2.9.9.0 or later. It's a build-time and run-time requirement.
  • +2.9.9.1 or later. It's a build-time and run-time requirement.
  • s6 version 2.15.0.0 or later. It's a build-time and run-time requirement.
  • @@ -69,8 +69,8 @@ requirement if you link against the shared version of the skalibs library.