From eef52ae801b2f2c425b9c4b00fc858cdbc377fcd Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 2 Jan 2023 11:42:00 +0000 Subject: Prepare for 0.2.0.2 Signed-off-by: Laurent Bercot --- INSTALL | 4 ++-- NEWS | 5 +++++ doc/index.html | 6 +++--- doc/upgrade.html | 9 +++++++++ package/info | 2 +- src/nsssd/nsssd-nslcd.c | 2 +- src/nsssd/nsssd-switch.c | 2 +- src/nsssd/nsssd-unix.c | 2 +- src/nsssd/nsssd_main.c | 2 +- src/tests/test-all-fallback.c | 2 +- src/tests/test-nsssd-switch.c | 2 +- src/tests/test-switch.c | 2 +- src/tests/test-unix.c | 2 +- 13 files changed, 28 insertions(+), 14 deletions(-) diff --git a/INSTALL b/INSTALL index 97a0add..5af0ade 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.11.1.0 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.13.0.0 or later: https://skarnet.org/software/skalibs/ - To run the test suite and the nsssd-* programs: - s6 version 2.11.0.1 or later: https://skarnet.org/software/s6/ + s6 version 2.11.2.0 or later: https://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 4f78770..bf7d996 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ Changelog for nsss. +In 0.2.0.2 + + - Adaptation to skalibs-2.13.0.0. + + In 0.2.0.1 ---------- diff --git a/doc/index.html b/doc/index.html index f4eca6d..2542a40 100644 --- a/doc/index.html +++ b/doc/index.html @@ -81,11 +81,11 @@ functions.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later
  • skalibs version -2.11.1.0 or later. It's a build-time requirement. It's also a run-time +2.13.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.
  • s6 version -2.11.0.1 or later. It's a run-time requirement only, to run +2.11.2.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).
  • @@ -100,7 +100,7 @@ for s6-ipcserver). Download