From bec6556236759f5d5959a1ce8bcba03ed7d7844b Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Fri, 4 Sep 2020 05:29:52 +0200 Subject: [PATCH] update NEWS, SH_RELEASE (re: 6575903d) --- NEWS | 6 ++++++ src/cmd/ksh93/include/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 6899dc038..043ffc834 100644 --- a/NEWS +++ b/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 diff --git a/src/cmd/ksh93/include/version.h b/src/cmd/ksh93/include/version.h index 8d37c84b0..1f72bd3c0 100644 --- a/src/cmd/ksh93/include/version.h +++ b/src/cmd/ksh93/include/version.h @@ -17,4 +17,4 @@ * David Korn * * * ***********************************************************************/ -#define SH_RELEASE "93u+m 2020-09-01" +#define SH_RELEASE "93u+m 2020-09-04"