diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-09 17:24:15 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-10-09 17:24:15 +0000 |
commit | 31694907dde18fc70d7b3e3813e5183d35f0e5db (patch) | |
tree | 8a00ba5d8e40180a0c0ac81c26d97506aa8fdde4 /NEWS | |
parent | 719337e34b0e3030acab2786c3035bbd3fcceb93 (diff) | |
download | execline-31694907dde18fc70d7b3e3813e5183d35f0e5db.tar.xz |
Add --enable-pedantic-posix, posix-cd, prepare for 2.5.3.0
Also make wait posix-compliant and update doc.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,5 +1,15 @@ Changelog for execline. +In 2.5.3.0 +---------- + + - New configure option: --enable-pedantic-posix. This +makes the "cd" program a symbolic link to a "posix-cd" program +which is fully POSIX compliant. This makes distributions unable +to use the "execline breaks POSIX" pretext to refuse to package +execline correctly. + + In 2.5.2.0 ---------- |