1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

update NEWS, SH_RELEASE (re: 970069a6)

This commit is contained in:
Martijn Dekker 2020-09-22 01:42:15 +02:00
parent 970069a6fe
commit 5683155cb5
3 changed files with 8 additions and 2 deletions

6
NEWS
View file

@ -3,6 +3,12 @@ For full details, see the git log at: https://github.com/ksh93/ksh
Any uppercase BUG_* names are modernish shell bug IDs.
2020-09-21:
- A bug was fixed that caused command substitutions embedded in here-documents
to lose the output of the commands they ran. This bug occurred when ksh was
compiled with the SHOPT_SPAWN compile-time option.
2020-09-20:
- Bugfix: when whence -v/-a found an "undefined" (i.e. autoloadable) function