diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 6 | ||||
-rw-r--r-- | package/info | 2 | ||||
-rwxr-xr-x | tools/gen-multicall.sh | 2 |
6 files changed, 18 insertions, 3 deletions
@@ -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> @@ -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>' |