1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Release 1.0.2 (re: cd063869)

This release fixes the interactive shell crashing when one of the
predefined aliases (currently 'history' and 'r') is redefined,
whether from a profile/kshrc script or manually. This crash
occurred in two scenarios:

1. when redefining and then unsetting a predefined alias;

2. when redefining a predefined alias and then executing a shell
   script that does not begin with a #! path.

Both are fixed now.
This commit is contained in:
Martijn Dekker 2022-08-08 10:42:38 +01:00
parent 1335cbd1d7
commit ebdcfcbb62
2 changed files with 6 additions and 2 deletions

4
NEWS
View file

@ -2,6 +2,10 @@ This documents significant changes in the 1.0 branch of ksh 93u+m.
For full details, see the git log at: https://github.com/ksh93/ksh/tree/1.0
Uppercase BUG_* IDs are shell bug IDs as used by the Modernish shell library.
2022-08-08:
- Release 1.0.2.
2022-08-06:
- Fixed an interactive shell crashing on redefining, then unsetting one of