diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-13 21:32:24 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-10-13 21:32:24 +0000 |
commit | ec3c5af51bfcb51f976b184af54d6b0c12b077f3 (patch) | |
tree | 62bbeddd3e75559a71fa45465439dc59493d27b1 /bin/ksh/NEWS | |
parent | 647a0f92a2544a00265b0a8eaff14f417a2dbe0f (diff) |
Update to version 5.2.11.
Diffstat (limited to 'bin/ksh/NEWS')
-rw-r--r-- | bin/ksh/NEWS | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/bin/ksh/NEWS b/bin/ksh/NEWS index 8efe211b889..bf29902103e 100644 --- a/bin/ksh/NEWS +++ b/bin/ksh/NEWS @@ -1,4 +1,17 @@ -$OpenBSD: NEWS,v 1.3 1996/10/01 02:05:28 downsj Exp $ +$OpenBSD: NEWS,v 1.4 1996/10/13 21:32:17 downsj Exp $ + +Version 5.2.11 + +* bug fixes + * aliases: expansion was reading an extra character (bug added in 5.2.10). + + +Version 5.2.10 + +* bug fixes + * parsing: handling of backslash-newline fixed (esp. in here documents). + * read: prints prompt if non-interactive and input is a tty. + Version 5.2.9 @@ -9,7 +22,7 @@ Version 5.2.9 * config: fixed test for broken S_IFIFO. * config: fixed test for getwd() routine. * config: better NeXT support (signal list generated correctly, clock_t - type detected, enable job contorl in rlogin sessions) + type detected, enable job control in rlogin sessions) * parsing: assignments containing brackets ([]) not treated as commands. * editing: terminal column width determined correctly on startup. * vi: long prompts truncated (more or less) correctly. |