Skip to content

Commit

Permalink
housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
McDutchie committed Jan 5, 2025
1 parent 8e3f7ee commit 8c8d33e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@ 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.

2025-01-05:

- Fixed a crash that could occur if a discipline function was first assigned
to a variable in a virtual subshell before the variable was scoped to that
subshell, then upon subshell completion another discipline function of the
same type was assigned to that selfsame variable in the parent shell.

2025-01-03:

- The performance of virtual subshells has been significantly improved by
Expand All @@ -19,12 +26,6 @@ Uppercase BUG_* IDs are shell bug IDs as used by the Modernish shell library.
- [v1.1] The emacs ^Y command now accepts a numeric parameter. For example,
ESC 10 ^Y will now "yank" (paste) the latest deleted text 10 times.

- Fixed a crash that could occur if a discipline function was first
assigned to a variable in a virtual subshell before the variable was
scoped to that subshell, then upon subshell completion another discipline
function of the same type was assigned to that selfsame variable in the
parent shell.

2024-12-25:

- The dirname path-bound built-in now accepts multiple operands.
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 @@
#include <ast_release.h>
#include "git.h"

#define SH_RELEASE_DATE "2025-01-03" /* must be in this format for $((.sh.version)) */
#define SH_RELEASE_DATE "2025-01-05" /* must be in this format for $((.sh.version)) */
/*
* This comment keeps SH_RELEASE_DATE a few lines away from SH_RELEASE_SVER to avoid
* merge conflicts when cherry-picking dev branch commits onto a release branch.
Expand Down

0 comments on commit 8c8d33e

Please sign in to comment.