commit 3f66edbf598129bafde3baa91ccfb345056418c3 Author: Egmont Koblinger Date: Thu Dec 14 17:30:32 2023 +0100 lib,bidi: Work on the heap rather than the stack Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/2703 src/bidi.cc | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) commit bd25189be7ee03e72ff614a0256ba268e47e91fd Author: Egmont Koblinger Date: Tue Nov 28 11:36:52 2023 +0100 stream: Fix a rare corruption when advancing the tail When the snake's tail advances by multiple blocks at once, through a state chance, then the snake entered an inconsistent state, subsequently causing scrollback data corruptions or even a crash. Fixes https://gitlab.gnome.org/GNOME/vte/-/issues/2699 (cherry picked from commit 27bde60e8aef578c3a87f239c7cf70dc8fbed8df) src/vtestream-file.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) commit e74b2eee82a67fd77b56eecedb9f098949d48a45 Author: Egmont Koblinger Date: Tue Dec 12 22:49:03 2023 +0100 widget: Fix initial cursor blink state Fixes https://gitlab.gnome.org/GNOME/gnome-terminal/-/issues/8021 (cherry picked from commit 413b3ba3558463379d67ad92c264b6f8c556d9c9) src/vteinternal.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit fc09aa94595016b9ae832d3ed61a150d8ff23979 Author: Christian Persch Date: Thu Oct 19 18:06:48 2023 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit eee37c871173d04387cd0004dde7f8676f390f62