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 57f491d commit eb861f8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 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.

2025-01-05:

- Fixed a crash that could occur in some scenarios when /opt/ast/bin
builtins handled invalid options in virtual subshells.

2025-01-03:

- The performance of virtual subshells has been significantly improved by
Expand All @@ -19,9 +24,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 in some scenarios when /opt/ast/bin
builtins handled invalid options in virtual subshells.

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 eb861f8

Please sign in to comment.