From 1ad7e4eed8cf9b4a2ab56828049180ab540727f9 Mon Sep 17 00:00:00 2001 From: Ryan Prichard Date: Wed, 18 Jan 2017 02:42:52 -0600 Subject: [PATCH] Release notes for 0.4.2 --- RELEASES.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index f1b27c9..14d7b67 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,8 +1,6 @@ -# Next Version +# Version 0.4.2 (2017-01-18) -This release improves WSL support (i.e. Bash-on-Windows). - -Changes: +This release improves WSL support (i.e. Bash-on-Windows): * winpty generates more correct input escape sequences for WSL programs that enable an alternate input mode using DECCKM. This bug affected arrow keys @@ -13,6 +11,11 @@ Changes: attributes to implement the SGR.4(Underline) and SGR.7(Negative) modes in its VT handling. This change affects WSL pager status bars, man pages, etc. +The build system no longer has a "version suffix" mechanism, so passing +`VERSION_SUFFIX=` to make or `-D VERSION_SUFFIX=` to gyp now +has no effect. AFAIK, the mechanism was never used publicly. +[67a34b6c03](https://github.com/rprichard/winpty/commit/67a34b6c03557a5c2e0a2bdd502c2210921d8f3e) + # Version 0.4.1 (2017-01-03) Bug fixes: