summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--AUTHORS1
-rw-r--r--NEWS6
-rw-r--r--doc/index.html4
-rw-r--r--doc/upgrade.html6
-rw-r--r--package/info2
-rwxr-xr-xtools/gen-multicall.sh2
6 files changed, 18 insertions, 3 deletions
diff --git a/AUTHORS b/AUTHORS
index 1a9e07f..506be68 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ Contributors:
Mira Ressel <aranea@aixah.de>
Alexis <flexibeast@gmail.com>
Dominique Martinet <asmadeus@codewreck.org>
+ Christian Hohnstaedt <christian@hohnstaedt.de>
Thanks to:
Dan J. Bernstein <djb@cr.yp.to>
diff --git a/NEWS b/NEWS
index d9f31bb..e42f16d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,11 @@
Changelog for execline.
+In 2.9.2.1
+----------
+
+ - Bugfixes.
+
+
In 2.9.2.0
----------
diff --git a/doc/index.html b/doc/index.html
index 9ce9b9b..87c6f75 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -64,7 +64,7 @@ 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.2 or later (build-time and boot-time) </li>
+0.2.0.3 or later (build-time and boot-time) </li>
</ul>
<h3> Licensing </h3>
@@ -77,7 +77,7 @@ want nsswitch-like functionality:
<h3> Download </h3>
<ul>
- <li> The current released version of execline is <a href="execline-2.9.2.0.tar.gz">2.9.2.0</a>. </li>
+ <li> The current released version of execline is <a href="execline-2.9.2.1.tar.gz">2.9.2.1</a>. </li>
<li> Alternatively, you can checkout a copy of the
<a href="//git.skarnet.org/cgi-bin/cgit.cgi/execline/">execline
git repository</a>:
diff --git a/doc/upgrade.html b/doc/upgrade.html
index 735b6b6..6a65fac 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
<h1> What has changed in execline </h1>
+<h2> in 2.9.2.1 </h2>
+
+<ul>
+ <li> No functional changes. </li>
+</ul>
+
<h2> in 2.9.2.0 </h2>
<ul>
diff --git a/package/info b/package/info
index f92d178..b44cce3 100644
--- a/package/info
+++ b/package/info
@@ -1,4 +1,4 @@
package=execline
-version=2.9.2.0
+version=2.9.2.1
category=admin
package_macro_name=EXECLINE
diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh
index 1d3d9fe..fc702ba 100755
--- a/tools/gen-multicall.sh
+++ b/tools/gen-multicall.sh
@@ -1,5 +1,7 @@
#!/bin/sh -e
+LC_ALL=C ; export LC_ALL
+
echo '/* ISC license. */'
echo
echo '#include <skalibs/nonposix.h>'