diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-04-01 00:59:34 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-04-01 00:59:34 +0000 |
| commit | 3ad4a03c26c642305bbe36cd5acb44d6f799d9d2 (patch) | |
| tree | 351af00875e24ac6625fb31bb472946fae389476 | |
| parent | c867dad6b9ad48f85cf1ca9182ac4d55c2d1acf7 (diff) | |
| download | execline-3ad4a03c26c642305bbe36cd5acb44d6f799d9d2.tar.gz | |
Prepare for 2.9.9.0
| -rw-r--r-- | NEWS | 4 | ||||
| -rw-r--r-- | doc/index.html | 4 | ||||
| -rw-r--r-- | doc/upgrade.html | 2 | ||||
| -rw-r--r-- | package/info | 2 |
4 files changed, 7 insertions, 5 deletions
@@ -1,11 +1,13 @@ Changelog for execline. -In 2.9.8.2 +In 2.9.9.0 ---------- - Bugfixes. - redirfd rewrite. - Adaptation to skalibs-2.15.0.0. + - New option to redirfd: -v. (Also -E | -e) + This makes redirfd work like open(). In 2.9.8.1 diff --git a/doc/index.html b/doc/index.html index d9b3f4f..0c2b4a2 100644 --- a/doc/index.html +++ b/doc/index.html @@ -77,8 +77,8 @@ want nsswitch-like functionality: <h3> Download </h3> <ul> - <li> The current released version of execline is <a href="execline-2.9.8.2.tar.gz">2.9.8.2</a>. -You can access its checksum <a href="execline-2.9.8.2.tar.gz.sha256">here</a>. </li> + <li> The current released version of execline is <a href="execline-2.9.9.0.tar.gz">2.9.9.0</a>. +You can access its checksum <a href="execline-2.9.9.0.tar.gz.sha256">here</a>. </li> <li> Alternatively, you can checkout a copy of the <a href="//git.skarnet.org/cgi-bin/cgit.cgi/execline/">execline git repository</a>: diff --git a/doc/upgrade.html b/doc/upgrade.html index dd3f721..0ae07f8 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -18,7 +18,7 @@ <h1> What has changed in execline </h1> -<h2> in 2.9.8.2 </h2> +<h2> in 2.9.9.0 </h2> <ul> <li> <a href="//skarnet.org/software/skalibs/">skalibs</a> diff --git a/package/info b/package/info index ba706e6..0baad68 100644 --- a/package/info +++ b/package/info @@ -1,4 +1,4 @@ package=execline -version=2.9.8.2 +version=2.9.9.0 category=admin package_macro_name=EXECLINE |
