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: 6575903d)

This commit is contained in:
Martijn Dekker 2020-09-04 05:29:52 +02:00
parent 6575903d1d
commit bec6556236
2 changed files with 7 additions and 1 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. 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: 2020-09-01:
- The bash-style '&>file' redirection shorthand (for '>file 2>&1') is now - The bash-style '&>file' redirection shorthand (for '>file 2>&1') is now

View file

@ -17,4 +17,4 @@
* David Korn <dgk@research.att.com> * * David Korn <dgk@research.att.com> *
* * * *
***********************************************************************/ ***********************************************************************/
#define SH_RELEASE "93u+m 2020-09-01" #define SH_RELEASE "93u+m 2020-09-04"