From ec4a41033931283221c8b050458531de73826f8d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 18 Mar 2026 12:22:35 +0000 Subject: Prepare for 0.6.0.1 --- INSTALL | 4 ++-- Makefile | 3 +++ NEWS | 7 +++++++ doc/index.html | 8 ++++---- doc/upgrade.html | 9 +++++++++ package/deps-build | 6 +++--- package/info | 2 +- 7 files changed, 29 insertions(+), 10 deletions(-) diff --git a/INSTALL b/INSTALL index 64b1454..3986a5b 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.14.5.1 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.14.6.0 or later: https://skarnet.org/software/skalibs/ - execline version 2.9.8.1 or later: https://skarnet.org/software/execline/ - - s6 version 2.14.0.1 or later: https://skarnet.org/software/s6/ + - s6 version 2.15.0.0 or later: https://skarnet.org/software/s6/ This software will run on any operating system that implements POSIX.1-2024, available at: diff --git a/Makefile b/Makefile index 62bc1a1..f519a87 100644 --- a/Makefile +++ b/Makefile @@ -190,6 +190,9 @@ lib%.a.xyzzy: lib%.so.xyzzy: exec $(CC) -o $@ $(CFLAGS_ALL) $(CFLAGS_SHARED) $(LDFLAGS_ALL) $(LDFLAGS_SHARED) -Wl,-soname,$(patsubst lib%.so.xyzzy,lib%.so.$(version_M),$@) -Wl,-rpath=$(dynlibdir) $^ $(EXTRA_LIBS) $(LDLIBS) +-lskarnet: + $(error Unable to link against skalibs. Check that you are using the correct --with-lib or --with-dynlib options; see ./configure --help) + .PHONY: it all clean distclean tests check tgz strip install install-dynlib install-bin install-lib install-include install-pkgconfig .DELETE_ON_ERROR: diff --git a/NEWS b/NEWS index 8e0e831..fad46fa 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,12 @@ Changelog for s6-rc. +In 0.6.0.1 +---------- + + - Adaptation to s6-2.15.0.0. + - Bugfixes. + + In 0.6.0.0 ---------- diff --git a/doc/index.html b/doc/index.html index 850c575..98237c4 100644 --- a/doc/index.html +++ b/doc/index.html @@ -49,12 +49,12 @@ 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.14.5.1 or later. It's a build-time requirement. It's also a run-time +2.14.6.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.8.1 or later. It's a build-time and run-time requirement.
  • s6 version -2.14.0.1 or later. It's a build-time and run-time requirement.
  • +2.15.0.0 or later. It's a build-time and run-time requirement.

    Licensing

    @@ -68,8 +68,8 @@ requirement if you link against the shared version of the skalibs library.