From b6b314d2dc954338fd67fcb1f616b1bdcaba0e62 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Fri, 9 Aug 2019 12:26:38 +0000
Subject: Prepare for 0.0.2.0
Neither getgrouplist() support nor nsssd-switch has been
committed yet. WIP, relax.
---
INSTALL | 4 ++--
NEWS | 8 ++++++++
doc/index.html | 7 ++++---
doc/overview.html | 5 ++++-
doc/upgrade.html | 12 ++++++++++++
package/info | 2 +-
6 files changed, 31 insertions(+), 7 deletions(-)
diff --git a/INSTALL b/INSTALL
index bcab727..fd3958d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,8 +6,8 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 3.81 or later
- - skalibs version 2.8.0.0 or later: https://skarnet.org/software/skalibs/
- - To run the test suite and the nsssd-* programs: s6 version 2.8.0.0 or later: https://skarnet.org/software/s6/
+ - skalibs version 2.9.0.0 or later: https://skarnet.org/software/skalibs/
+ - To run the test suite and the nsssd-* programs: s6 version 2.9.0.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 5a91056..abfac57 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
Changelog for nsss.
+In 0.0.2.0
+----------
+
+ - Adaptation to skalibs-2.9.0.0
+ - getgrouplist() support.
+
+
In 0.0.1.2
----------
+
- Bugfixes.
diff --git a/doc/index.html b/doc/index.html
index ae4a9b6..f2bfe31 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.8.0.0 or later. It's a build-time requirement. It's also a run-time
+2.9.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.8.0.0 or later. It's a run-time requirement only, to run
+2.9.0.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
- - The current released version of nsss is 0.0.1.2.
+ - The current released version of nsss is 0.0.2.0.
- Alternatively, you can checkout a copy of the
nsss
git repository:
@@ -172,6 +172,7 @@ following primitives will automatically perform libnsss calls:
- getgrgid_r()
- getgrnam()
- getgrnam_r()
+ - getgrouplist()
- endspent()
- setspent()
- getspent()
diff --git a/doc/overview.html b/doc/overview.html
index 4eec53f..b8876ba 100644
--- a/doc/overview.html
+++ b/doc/overview.html
@@ -87,7 +87,7 @@ default location can be changed at nsss build time via the
- As of 0.0.1.0, two suitable implementations of a nsssd daemon are
+ As of 0.0.2.0, three suitable implementations of a nsssd daemon are
provided by the nsss package:
@@ -103,6 +103,9 @@ performs requests to a
daemon running on the same system and returns the answers fetched
by nslcd. This allows nsss to get its users/groups information from
a LDAP database.
+ The nsssd-switch program, which
+tries several other backends in sequence and uses the first one that
+succeeds.
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 1ef5a50..9d36b74 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,18 @@
What has changed in nsss
+ in 0.0.2.0
+
+
+ - skalibs dependency bumped to
+2.9.0.0.
+ - s6 optional dependency bumped to
+2.9.0.0.
+ - Support for getgrouplist()
+has been added.
+ - The nsssd-switch backend has been added.
+
+
in 0.0.1.2
diff --git a/package/info b/package/info
index 26253ec..aca0075 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=nsss
-version=0.0.1.2
+version=0.0.2.0
category=admin
package_macro_name=NSSS
--
cgit 1.4.1