From 0266369bb890f16bfd19c4036bc69aa261c0623e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 21 Jun 2026 20:50:16 +0000 Subject: Prepare for 0.2.1.3 --- INSTALL | 4 ++-- NEWS | 6 ++++++ doc/index.html | 8 ++++---- doc/upgrade.html | 9 +++++++++ package/deps-build | 2 +- package/info | 2 +- 6 files changed, 23 insertions(+), 8 deletions(-) diff --git a/INSTALL b/INSTALL index 0b3f5ae..e9f603b 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.15.0.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.15.0.1 or later: https://skarnet.org/software/skalibs/ - To run the test suite and the nsssd-* programs: - s6 version 2.15.0.0 or later: https://skarnet.org/software/s6/ + s6 version 2.15.1.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/NEWS b/NEWS index 809d8d2..f01bf31 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,11 @@ Changelog for nsss. +In 0.2.1.3 +---------- + + - Bugfixes. + + In 0.2.1.2 ---------- diff --git a/doc/index.html b/doc/index.html index 55d5a76..2500ecc 100644 --- a/doc/index.html +++ b/doc/index.html @@ -82,11 +82,11 @@ functions.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.15.0.0 or later. It's a build-time requirement. It's also a run-time +2.15.0.1 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.
  • s6 version -2.15.0.0 or later. It's a run-time requirement only, to run +2.15.1.0 or later. It's a run-time requirement only, to run the nsssd service (and can be done without if you have a suitable replacement for s6-ipcserver).
  • @@ -101,8 +101,8 @@ for s6-ipcserver). Download