diff options
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> |