diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-02-02 21:06:35 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-02-02 21:06:35 +0000 |
commit | b51260a8f2f6a7570e51b8414a468111e023c04d (patch) | |
tree | 4f7b0c67eb48e5c18f8bb12d566f34133d934815 /doc | |
parent | 9d55d49dad0f4cb90e6ff2f9b1c3bc46a6fcf05f (diff) | |
download | execline-b51260a8f2f6a7570e51b8414a468111e023c04d.tar.xz |
Prepare for 2.9.2.0, add install target for multicall
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 | 8 |
2 files changed, 10 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 5d2f402..d8a4753 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues. <li> A POSIX-compliant system with a standard C development environment </li> <li> GNU make, version 3.81 or later. </li> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> version -2.13.0.0 or later. It's a build-time requirement. It's also a run-time +2.13.1.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library. </li> </ul> @@ -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.1.0.tar.gz">2.9.1.0</a>. </li> + <li> The current released version of execline is <a href="execline-2.9.2.0.tar.gz">2.9.2.0</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 493c6e1..21edcfc 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,14 @@ <h1> What has changed in execline </h1> +<h2> in 2.9.2.0 </h2> + +<ul> + <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> +dependency bumped to 2.13.1.0. </li> + <li> New experimental multicall feature. </li> +</ul> + <h2> in 2.9.1.0 </h2> <ul> |