commit 45d815431c08ff5a3cf076cde5edd43054773c4a (HEAD -> vte-0-72, tag: 0.72.4) 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 (cherry picked from commit 3f66edbf598129bafde3baa91ccfb345056418c3) src/bidi.cc | 62 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) commit aeaad84a2f6907d43c1e49ba17678b6b261d402e 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 8c9d274c6f39654499db8d9286d87685168fcfb5 Author: Egmont Koblinger Date: Thu Nov 30 23:14:35 2023 +0100 widget: Invalidate ringview when the invalidating When the ringview is not invalidated when the ring has changed leads to failed assertion aborts when handling events, e.g. vte#2636, vte#2637, vte#2632, vte#2577. This completes the backport of commit 461bc3e43c819fa0e3b62d0cf40ef533a69cc7f7. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2636 Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2637 (cherry picked from commit 461bc3e43c819fa0e3b62d0cf40ef533a69cc7f7) src/vte.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) commit 9a2bcfe8ae8662b385df939e662122a03aadd4cc Author: Christian Persch Date: Thu Oct 19 18:07:42 2023 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 16e9ee71c1534fa91f15c3240f3276cc061894ea (tag: 0.72.3)