Skip to content

Commit

Permalink
Add NEWS entry
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnoKing committed Feb 16, 2024
1 parent e4aa6b9 commit 5b52aec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ This documents significant changes in the dev branch of ksh 93u+m.
For full details, see the git log at: https://github.com/ksh93/ksh
Uppercase BUG_* IDs are shell bug IDs as used by the Modernish shell library.

2024-02-16:

- Fixed a crash on Solaris and illumos when cancelling a here-document
with ^C or ^D in an interactive shell.

2024-02-11:

- Added SHOPT_PRINTF_LEGACY compile-time option for compatibility with
Expand Down
2 changes: 1 addition & 1 deletion src/cmd/ksh93/include/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#define SH_RELEASE_FORK "93u+m" /* only change if you develop a new ksh93 fork */
#define SH_RELEASE_SVER "1.1.0-alpha" /* semantic version number: https://semver.org */
#define SH_RELEASE_DATE "2024-02-12" /* must be in this format for $((.sh.version)) */
#define SH_RELEASE_DATE "2024-02-16" /* must be in this format for $((.sh.version)) */
#define SH_RELEASE_CPYR "(c) 2020-2024 Contributors to ksh " SH_RELEASE_FORK

/* Scripts sometimes field-split ${.sh.version}, so don't change amount of whitespace. */
Expand Down

0 comments on commit 5b52aec

Please sign in to comment.