summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html6
-rw-r--r--package/info2
4 files changed, 16 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 39381ce..3dcfc83 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,12 @@
Changelog for s6-linux-init.
+In 1.0.7.1
+----------
+
+ - Bugfixes (for use in containers).
+ - Permissions are more relaxed, to help non-root management.
+
+
In 1.0.7.0
----------
diff --git a/doc/index.html b/doc/index.html
index 663ea52..142065a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -93,7 +93,7 @@ against the shared version of the skalibs library. </li>
<li> If you're using <a href="https://www.musl-libc.org/">musl</a> and
want nsswitch-like functionality:
<a href="//skarnet.org/software/nsss/">nsss</a> version
-0.2.0.0 or later (build-time and boot-time) </li>
+0.2.0.1 or later (build-time and boot-time) </li>
<li> If you want secure utmp functionality:
<a href="//skarnet.org/software/utmps/">utmps</a> version
0.1.1.0 or later (build-time and boot-time) </li>
@@ -116,7 +116,7 @@ all the other packages against the <em>static</em> version of libskarnet.
<ul>
<li> The current released version of s6-linux-init is
-<a href="s6-linux-init-1.0.7.0.tar.gz">1.0.7.0</a>. </li>
+<a href="s6-linux-init-1.0.7.1.tar.gz">1.0.7.1</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-linux-init/">s6-linux-init
git repository</a>:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 6cedf5a..26c8029 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
<h1> What has changed in s6-linux-init </h1>
+<h2> in 1.0.7.1 </h2>
+
+<ul>
+ <li> No functional changes. </li>
+</ul>
+
<h2> in 1.0.7.0 </h2>
<ul>
diff --git a/package/info b/package/info
index 442f58c..3609b34 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=s6-linux-init
-version=1.0.7.0
+version=1.0.7.1
category=admin
package_macro_name=S6_LINUX_INIT