summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-05-16 00:27:06 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-05-16 00:27:06 +0000
commit5053ea39ff884a26e4f295ef081414bf2704c37a (patch)
tree3308f589eae6cc5c1378cdda66ceaca5ad67c05d /doc
parentb42e1a56a48282be171cc5c094a8b0a3b55da453 (diff)
downloadexecline-5053ea39ff884a26e4f295ef081414bf2704c37a.tar.xz
- bugfix for forbacktickx: now stdin is correctly transmitted to the loop
- possible bugfix for forstdin: -p was failing in some cases with ECHILD in the final waitn. I couldn't figure it out (the code looked right...) so I changed the logic, scrapping the call to waitn. - rc for 2.1.2.2
Diffstat (limited to 'doc')
-rw-r--r--doc/forbacktickx.html6
-rw-r--r--doc/index.html2
-rw-r--r--doc/upgrade.html6
3 files changed, 11 insertions, 3 deletions
diff --git a/doc/forbacktickx.html b/doc/forbacktickx.html
index d20bb72..4398b64 100644
--- a/doc/forbacktickx.html
+++ b/doc/forbacktickx.html
@@ -78,9 +78,11 @@ split <em>x</em>. </li>
<ul>
<li> You can start <em>loop...</em> with "import -u <em>variable</em>"
to perform variable substitution. </li>
- <li> forbacktickx is now implemented as a trivial wrapper around the
+ <li> forbacktickx is now implemented as a wrapper around the
<a href="pipeline.html">pipeline</a> and
-<a href="forstdin.html">forstdin</a> commands. </li>
+<a href="forstdin.html">forstdin</a> commands, with calls to
+<a href="fdmove.html">fdmove></a> to ensure that <em>loop...</em> is called
+with the proper standard input. </li>
</ul>
</body>
diff --git a/doc/index.html b/doc/index.html
index 1fdb782..ec95332 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -67,7 +67,7 @@ library. </li>
<h3> Download </h3>
<ul>
- <li> The current released version of execline is <a href="execline-2.1.2.1.tar.gz">2.1.2.1</a>. </li>
+ <li> The current released version of execline is <a href="execline-2.1.2.2.tar.gz">2.1.2.2</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 28bf1bc..148c692 100644
--- a/doc/upgrade.html
+++ b/doc/upgrade.html
@@ -18,6 +18,12 @@
<h1> What has changed in execline </h1>
+<h2> in 2.1.2.2 </h2>
+
+<ul>
+ <li> Bugfix release, no changes </li>
+</ul>
+
<h2> in 2.1.2.1 </h2>
<ul>