diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-14 19:52:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-11-14 19:52:39 +0000 |
commit | 3e09f26dc20faf5041ca01f2bebcd72ef28954b3 (patch) | |
tree | 9090378b0f08b8d75a25473583582bb75221d9b8 /doc | |
parent | 6a8ad83ba6e4e459500817ff86893cd33385bb63 (diff) | |
download | execline-3e09f26dc20faf5041ca01f2bebcd72ef28954b3.tar.xz |
- more intuitive error message for backtick without a remainder
- rc for 2.1.4.5
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 f9ec4ce..a63cdb4 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="http://skarnet.org/software/skalibs/">skalibs</a> version -2.3.8.0 or later. It's a build-time requirement. It's also a run-time +2.3.8.2 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> @@ -66,7 +66,7 @@ library. </li> <h3> Download </h3> <ul> - <li> The current released version of execline is <a href="execline-2.1.4.4.tar.gz">2.1.4.4</a>. </li> + <li> The current released version of execline is <a href="execline-2.1.4.5.tar.gz">2.1.4.5</a>. </li> <li> Alternatively, you can checkout a copy of the execline git repository: <pre> git clone git://git.skarnet.org/execline </pre> </li> </ul> diff --git a/doc/upgrade.html b/doc/upgrade.html index aa0a652..19b5a07 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,6 +18,12 @@ <h1> What has changed in execline </h1> +<h2> in 2.1.4.5 </h2> + +<ul> + <li> skalibs dependency bumped to 2.3.8.2 </li> +</ul> + <h2> in 2.1.4.4 </h2> <ul> |