diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-30 03:21:52 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2026-07-30 03:21:52 +0000 |
| commit | bca250b0b2a1df4ceb939b71a269f71501fda024 (patch) | |
| tree | f5e068250593ab854c215a0ec471e12b2295de0a /doc/upgrade.html | |
| parent | a78b3ea2b9097b0c40d7f7cfb8c03723c0d1273d (diff) | |
| download | execline-bca250b0b2a1df4ceb939b71a269f71501fda024.tar.gz | |
Prepare for 2.10.0.0; remove pedantic posix; support loopwhilex -x ""
Diffstat (limited to 'doc/upgrade.html')
| -rw-r--r-- | doc/upgrade.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index e814afa..31de4b9 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,6 +19,16 @@ <h1> What has changed in execline </h1> +<h2> in 2.10.0.0 </h2> + +<ul> + <li> The <tt>--enable-pedantic-posix</tt> configuration option has +been removed, due to POSIX relaxing requirements on intrinsic utilities. </li> + <li> The <a href="cd.html">cd</a> binary is now what was previously <tt>execline-cd</tt>. </li> + <li> The <a href="umask.html">umask</a> binary is now what was previously <tt>posix-umask</tt>, +(without locale support, not that it had much to start with) </li> +</ul> + <h2> in 2.9.9.2 </h2> <ul> |
