From 2791f9dfce3a35e897e40d57b3700129ab164dc6 Mon Sep 17 00:00:00 2001 From: Veselin Dobrev Date: Fri, 6 Feb 2026 13:49:34 -0800 Subject: [PATCH] Set release date in CHANGELOG. Add minor troubleshooting note in INSTALL. --- CHANGELOG | 3 +-- INSTALL | 4 ++++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index f343c8e2..58afdbc8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -9,7 +9,7 @@ https://glvis.org -Version 4.5 released on Feb X, 2026 +Version 4.5 released on Feb 6, 2026 =================================== Unlike previous GLVis releases, this version requires a C++17 compiler. @@ -54,7 +54,6 @@ Unlike previous GLVis releases, this version requires a C++17 compiler. - Added single-color palettes with a linear gradient of opacity to share/palettes-variable-opacity.txt. - - Generalized and unified processing of stream commands for glvis-js to support all commands. diff --git a/INSTALL b/INSTALL index e9db6c8b..5b2f6bd5 100644 --- a/INSTALL +++ b/INSTALL @@ -266,3 +266,7 @@ cd SDL2-2.0.12 make -j 4 make install cd .. + +In some cases SDL2 may try to build with Wayland support which may fail. In this +case one can use the configure option '--disable-video-wayland' to disable +Wayland support.