mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
update NEWS, SH_RELEASE (re: 6575903d
)
This commit is contained in:
parent
6575903d1d
commit
bec6556236
2 changed files with 7 additions and 1 deletions
6
NEWS
6
NEWS
|
@ -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-04:
|
||||
|
||||
- Fixed a bug that caused a syntax error to be thrown if the special parameter
|
||||
expansions ${!} and ${$} (including braces) were used within a here-document.
|
||||
Bug reported by @Saikiran-m on GitHub.
|
||||
|
||||
2020-09-01:
|
||||
|
||||
- The bash-style '&>file' redirection shorthand (for '>file 2>&1') is now
|
||||
|
|
|
@ -17,4 +17,4 @@
|
|||
* David Korn <dgk@research.att.com> *
|
||||
* *
|
||||
***********************************************************************/
|
||||
#define SH_RELEASE "93u+m 2020-09-01"
|
||||
#define SH_RELEASE "93u+m 2020-09-04"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue