diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-24 13:07:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-01-24 13:07:29 +0000 |
commit | 86aa8c6429885ecde3c4cbbb9528fc82f024f40a (patch) | |
tree | dbbea8117320afeecded51936250bb755541b140 /doc/index.html | |
parent | 1f84ac05f76e73be294d74e5999e030a07221d68 (diff) | |
download | execline-86aa8c6429885ecde3c4cbbb9528fc82f024f40a.tar.xz |
- add fdswap
- version: 2.0.2.0
Diffstat (limited to 'doc/index.html')
-rw-r--r-- | doc/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html index 462eeba..851a0c5 100644 --- a/doc/index.html +++ b/doc/index.html @@ -50,7 +50,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 4.0 or later </li> <li> <a href="http://skarnet.org/software/skalibs/">skalibs</a> version -2.2.0.0 or later </li> +2.2.1.0 or later </li> </ul> <h3> Licensing </h3> @@ -63,7 +63,7 @@ shell's syntax, and has no security issues. <h3> Download </h3> <ul> - <li> The current released version of execline is <a href="execline-2.0.1.1.tar.gz">2.0.1.1</a>. </li> + <li> The current released version of execline is <a href="execline-2.0.2.0.tar.gz">2.0.2.0</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> @@ -122,6 +122,7 @@ to your installation: the shebang lines for your system might be something like <li><a href="fdclose.html">The <tt>fdclose</tt> program</a></li> <li><a href="fdblock.html">The <tt>fdblock</tt> program</a></li> <li><a href="fdmove.html">The <tt>fdmove</tt> program</a></li> +<li><a href="fdswap.html">The <tt>fdswap</tt> program</a></li> <li><a href="fdreserve.html">The <tt>fdreserve</tt> program</a></li> <li><a href="redirfd.html">The <tt>redirfd</tt> program</a></li> <li><a href="piperw.html">The <tt>piperw</tt> program</a></li> |