diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2024-04-16 16:03:54 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2024-04-16 16:03:54 +0000 |
commit | 167eeccde389ea3a9611aed611179c729d719460 (patch) | |
tree | 18f1bdac39afb7cb6ebf475633974ff7faa712a2 /doc | |
parent | eb1b2c548ba48691e48069aa82c1f102ca0e8e67 (diff) | |
download | execline-167eeccde389ea3a9611aed611179c729d719460.tar.xz |
Fix off-by-one in backtick; prepare for 2.9.5.1
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 73b7867..74f83f3 100644 --- a/doc/index.html +++ b/doc/index.html @@ -61,7 +61,7 @@ library. </li> </p> <ul> - <li> If you're using <a href="https://www.musl-libc.org/">musl</a> and + <li> If you're using <a href="https://musl.libc.org/">musl</a> and want nsswitch-like functionality: <a href="//skarnet.org/software/nsss/">nsss</a> version 0.2.0.4 or later (build-time and boot-time) </li> @@ -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.5.0.tar.gz">2.9.5.0</a>. </li> + <li> The current released version of execline is <a href="execline-2.9.5.1.tar.gz">2.9.5.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 b34a6fc..927db65 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in execline </h1> +<h2> in 2.9.5.1 </h2> + +<ul> + <li> No functional changes. </li> +</ul> + <h2> in 2.9.5.0 </h2> <ul> |