summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <alexander_naumov@opensuse.org>2022-01-28 16:04:19 +0200
committerAlexander Naumov <alexander_naumov@opensuse.org>2022-01-28 16:04:19 +0200
commitafa966c7883636c259ce0158944314a563180f49 (patch)
tree0430ec1977c9bedcc7a684b0c4b42fe852b09c44
parentc5d53d69c08eeb69416af5bef8408d121f6c47ba (diff)
downloadscreen-afa966c7883636c259ce0158944314a563180f49.tar.gz
Release v.4.9.0v.4.9.0
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
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: