diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2015-05-09 15:41:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2015-05-09 15:41:47 +0000 |
commit | b42e1a56a48282be171cc5c094a8b0a3b55da453 (patch) | |
tree | eabe179525d6e6742582101b45a7a18f625afd86 /doc | |
parent | 1ecd905f5bfaa3299efe9a78e068f9784b246124 (diff) | |
download | execline-b42e1a56a48282be171cc5c094a8b0a3b55da453.tar.xz |
- Fix pipeline when stdin or stdout is closed
- rc for 2.1.2.1
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 2 | ||||
-rw-r--r-- | doc/upgrade.html | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index c21265d..1fdb782 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.0.tar.gz">2.1.2.0</a>. </li> + <li> The current released version of execline is <a href="execline-2.1.2.1.tar.gz">2.1.2.1</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 2bda002..28bf1bc 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.1 </h2> + +<ul> + <li> Bugfix release, no changes </li> +</ul> + <h2> in 2.1.2.0 </h2> <ul> |