summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-01-10 02:22:00 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-01-10 02:22:00 +0000
commit6a604a5b9fc5328b44f294b4ce15db46e649d46c (patch)
tree2bf2c2e5dea137df72cbad200729a2266fd2102c
parent656b6ecd0a87f47407be52e312ef8ca88cdfdd77 (diff)
downloads6-linux-init-6a604a5b9fc5328b44f294b4ce15db46e649d46c.tar.xz
Preparation to version bump
-rw-r--r--INSTALL10
-rw-r--r--doc/index.html12
-rw-r--r--doc/upgrade.html15
-rw-r--r--package/info2
4 files changed, 27 insertions, 12 deletions
diff --git a/INSTALL b/INSTALL
index b760642..f516bd6 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,15 +6,15 @@ Build Instructions
- A Linux-based system with a standard C development environment
- GNU make version 3.81 or later
- - skalibs version 2.4.0.0 or later: http://skarnet.org/software/skalibs/
+ - skalibs version 2.5.0.0 or later: http://skarnet.org/software/skalibs/
The scripts generated by the s6-linux-init-maker program have some
additional dependencies:
- - execline version 2.2.0.0 or later: http://skarnet.org/software/execline/
- - s6-portable-utils version 2.1.0.0 or later: http://skarnet.org/software/s6-portable-utils/
- - s6-linux-utils version 2.2.0.0 or later: http://skarnet.org/software/s6-linux-utils/
- - s6 version 2.4.0.0 or later: http://skarnet.org/software/s6/
+ - execline version 2.3.0.0 or later: http://skarnet.org/software/execline/
+ - s6-portable-utils version 2.2.0.0 or later: http://skarnet.org/software/s6-portable-utils/
+ - s6-linux-utils version 2.3.0.0 or later: http://skarnet.org/software/s6-linux-utils/
+ - s6 version 2.5.0.0 or later: http://skarnet.org/software/s6/
This software is Linux-specific. It will run on a Linux kernel,
version 2.6.32 or later. However, it should not be too hard to port to
diff --git a/doc/index.html b/doc/index.html
index 35b498b..a1bfcc3 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -50,15 +50,15 @@ a small FAQ.
<li> A Linux-based system with a standard C development environment </li>
<li> GNU make, version 3.81 or later </li>
<li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
-2.4.0.0 or later </li>
+2.5.0.0 or later </li>
<li> <a href="http://skarnet.org/software/execline/">execline</a> version
-2.2.0.0 or later </li>
+2.3.0.0 or later </li>
<li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a> version
-2.1.0.0 or later </li>
+2.3.0.0 or later </li>
<li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a> version
-2.2.0.0 or later </li>
- <li> <a href="http://skarnet.org/software/s6/">s6</a> version
2.4.0.0 or later </li>
+ <li> <a href="http://skarnet.org/software/s6/">s6</a> version
+2.5.0.0 or later </li>
</ul>
<p>
@@ -87,7 +87,7 @@ against the shared version of the skalibs library, it also becomes a
<ul>
<li> The current released version of s6-linux-init is
-<a href="s6-linux-init-0.2.0.0.tar.gz">0.2.0.0</a>. </li>
+<a href="s6-linux-init-0.3.0.0.tar.gz">0.3.0.0</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="http://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 43cfd27..08b9e43 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,21 @@
<h1> What has changed in s6-linux-init </h1>
+<h2> in 0.3.0.0 </h2>
+
+<ul>
+ <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.5.0.0. </li>
+ <li> <a href="http://skarnet.org/software/execline/">execline</a>
+dependency bumped to 2.3.0.0. </li>
+ <li> <a href="http://skarnet.org/software/s6-portable-utils/">s6-portable-utils</a>
+dependency bumped to 2.2.0.0. </li>
+ <li> <a href="http://skarnet.org/software/s6-linux-utils/">s6-linux-utils</a>
+dependency bumped to 2.3.0.0. </li>
+ <li> <a href="http://skarnet.org/software/s6/">s6</a>
+dependency bumped to 2.5.0.0. </li>
+</ul>
+
<h2> in 0.2.0.0 </h2>
<ul>
diff --git a/package/info b/package/info
index aa0225e..c63cb84 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=s6-linux-init
-version=0.2.0.0
+version=0.3.0.0
category=admin
package_macro_name=S6_LINUX_INIT