From afa966c7883636c259ce0158944314a563180f49 Mon Sep 17 00:00:00 2001 From: Alexander Naumov Date: Fri, 28 Jan 2022 16:04:19 +0200 Subject: Release v.4.9.0 --- src/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 4b11ce7..cf08d53 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,14 @@ +Version 4.9.0 (30/01/2022): + * Hardstatus option for used encoding (escape string '%e') + * OpenBSD uses native openpty() from its utils.h + * Fixes: + - fix combining char handling that could lead to a segfault + - CVE-2021-26937: possible denial of service via a crafted UTF-8 character sequence (bug #60030) + - make screen exit code be 0 when checking --help + - session names limit is 80 symbols (bug #61534) + - option -X ignores specified user in multiuser env (bug #37437) + - a lot of reformations/fixes/cleanups (man page and source code) + Version 4.8.0 (05/02/2020): * Improve startup time by only polling for files to close * Fixes: -- cgit v1.2.1