diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-05-16 00:27:06 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-05-16 00:27:06 +0000 |
commit | 5053ea39ff884a26e4f295ef081414bf2704c37a (patch) | |
tree | 3308f589eae6cc5c1378cdda66ceaca5ad67c05d /doc/upgrade.html | |
parent | b42e1a56a48282be171cc5c094a8b0a3b55da453 (diff) | |
download | execline-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/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 6 |
1 files changed, 6 insertions, 0 deletions
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> |