commit 16e9ee71c1534fa91f15c3240f3276cc061894ea (HEAD -> vte-0-72, tag: 0.72.3) Author: JCWasmx86 Date: Wed Sep 20 21:28:10 2023 +0200 widget: VteTerminalSpawnAsyncCallback's error is nullable Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2647 (cherry picked from commit 6552c7d9f866d13d3308dc5bc91d360f5a63ae3b) src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 345c136b291b9bb25d177430a0a610f70d77862f Author: David H. Gutteridge Date: Sat Jul 22 21:55:03 2023 +0200 pty: Make netbsd workaround conditional on kernel version Only use the workaround of manually applying the cloexec and nonblocking flags when running on an old kernel not supporting these flags directly in the posix_openpty() call. https://gitlab.gnome.org/GNOME/vte/-/issues/2575 (cherry picked from commit 726c9247142e20dabfbe73be10ac1d004e2e702a) src/pty.cc | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) commit ea4e657a996afea85c636c380636e4b696531350 Author: Christian Persch Date: Fri Jul 14 22:17:21 2023 +0200 emulation: Treat unsupported SGR 4:n as no-underline Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2640 (cherry picked from commit 706e1de57c8b3c11f47541beb201770f336c13aa) src/parser-glue.hh | 21 +++++++++++++++++++++ src/vteseq.cc | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) commit 8e9ded234c327c2b4fa1c3166fb1b41f95a1cc9c Author: Egmont Koblinger Date: Thu Jul 13 21:59:29 2023 +0200 widget: Invalidate ringview when changing the adjustment 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. Partial backport of commit 461bc3e43c819fa0e3b62d0cf40ef533a69cc7f7 from master. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2636 Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2637 src/vte.cc | 1 + 1 file changed, 1 insertion(+) commit 148ced11511c141efb385b166f5a9ce0a91352b0 Author: Christian Persch Date: Sun Jun 18 00:37:20 2023 +0200 widget: Make get_text_range docs more accurate Document that passing a non-nullptr selection function will make this function return nullptr. (cherry picked from commit 22ee87447a1191b4be26bc69a566dd0f068c93ff) src/vtegtk.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) commit e6a3aba8e24348c1a57a9949865b1d3f3fa1d6f9 Author: Christian Persch Date: Thu Jun 1 21:34:02 2023 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 854e56263454077ab009aaff67f1afe0dbd52878 (tag: 0.72.2)