summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html6
-rw-r--r--package/info2
-rwxr-xr-xtools/gen-multicall.sh2
5 files changed, 16 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 670a895..128ad02 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
Changelog for s6-portable-utils.
+In 2.3.0.1
+----------
+
+ - Bugfixes.
+
+
In 2.3.0.0
----------
diff --git a/doc/index.html b/doc/index.html
index 69f753f..e79d90b 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -90,7 +90,7 @@ library. </li>
<ul>
<li> The current released version of s6-portable-utils is
-<a href="s6-portable-utils-2.3.0.0.tar.gz">2.3.0.0</a>. </li>
+<a href="s6-portable-utils-2.3.0.1.tar.gz">2.3.0.1</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/s6-portable-utils/">s6-portable-utils
git repository</a>:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 41b0abd..beef4a6 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
<h1> What has changed in s6-portable-utils </h1>
+<h2> in 2.3.0.1 </h2>
+
+<ul>
+ <li> No functional changes. </li>
+</ul>
+
<h2> in 2.3.0.0 </h2>
<ul>
diff --git a/package/info b/package/info
index 9a9cdd7..0ddc351 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=s6-portable-utils
-version=2.3.0.0
+version=2.3.0.1
category=admin
package_macro_name=S6_PORTABLE_UTILS
diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh
index 52c59ea..35ace20 100755
--- a/tools/gen-multicall.sh
+++ b/tools/gen-multicall.sh
@@ -1,5 +1,7 @@
#!/bin/sh -e
+LC_ALL=C ; export LC_ALL
+
P="$1"
p=`echo $P | tr - _`