summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL6
-rwxr-xr-xconfigure1
-rw-r--r--doc/index.html8
-rw-r--r--doc/upgrade.html11
-rw-r--r--package/info2
5 files changed, 19 insertions, 9 deletions
diff --git a/INSTALL b/INSTALL
index 44d68c1..0b52b3e 100644
--- a/INSTALL
+++ b/INSTALL
@@ -6,9 +6,9 @@ Build Instructions
- A POSIX-compliant C development environment
- GNU make version 4.0 or later
- - skalibs version 2.3.7.0 or later: http://skarnet.org/software/skalibs/
- - execline version 2.1.4.0 or later: http://skarnet.org/software/execline/
- - s6 version 2.2.1.0 or later: http://skarnet.org/software/s6/
+ - skalibs version 2.3.7.1 or later: http://skarnet.org/software/skalibs/
+ - execline version 2.1.4.1 or later: http://skarnet.org/software/execline/
+ - s6 version 2.2.1.1 or later: http://skarnet.org/software/s6/
This software will run on any operating system that implements
POSIX.1-2008, available at:
diff --git a/configure b/configure
index aea9ad9..a9f2ca3 100755
--- a/configure
+++ b/configure
@@ -307,7 +307,6 @@ fi
if $shared ; then
tryldflag LDFLAGS_AUTO -Wl,--hash-style=both
- tryldflag LDFLAGS_SHARED -Wl,-Bsymbolic
fi
LDFLAGS_SHARED="${LDFLAGS_SHARED}${addlibdpath}"
diff --git a/doc/index.html b/doc/index.html
index 041514d..78e00a0 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -48,11 +48,11 @@ scripts are also run in a controlled environment.
<li> A POSIX-compliant system with a standard C development environment </li>
<li> GNU make, version 4.0 or later </li>
<li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version
-2.3.7.0 or later </li>
+2.3.7.1 or later </li>
<li> <a href="http://skarnet.org/software/execline/">execline</a> version
-2.1.4.0 or later </li>
+2.1.4.1 or later </li>
<li> <a href="http://skarnet.org/software/s6/">s6</a> version
-2.2.1.0 or later </li>
+2.2.1.1 or later </li>
</ul>
<h3> Licensing </h3>
@@ -66,7 +66,7 @@ scripts are also run in a controlled environment.
<ul>
<li> The current released version of s6-rc is
-<a href="s6-rc-0.0.1.0.tar.gz">0.0.1.0</a>. </li>
+<a href="s6-rc-0.0.1.1.tar.gz">0.0.1.1</a>. </li>
<li> Alternatively, you can checkout a copy of the s6-rc git repository:
<pre> git clone git://git.skarnet.org/s6-rc </pre> </li>
<li> There's also a
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 9536af8..035738f 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,17 @@
<h1> What has changed in s6-rc </h1>
+<h2> in 0.0.1.1 </h2>
+
+<ul>
+ <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a>
+dependency bumped to 2.3.7.1. </li>
+ <li> <a href="http://skarnet.org/software/execline/">execline</a>
+dependency bumped to 2.1.4.1. </li>
+ <li> <a href="http://skarnet.org/software/s6/">s6</a>
+dependency bumped to 2.2.1.1. </li>
+</ul>
+
<h2> in 0.0.1.0 </h2>
<ul>
diff --git a/package/info b/package/info
index 6e76da4..a3c7bb7 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=s6-rc
-version=0.0.1.0
+version=0.0.1.1
category=admin
package_macro_name=S6RC