commit 99ec9e50c89cff9d42f613ef401a7f133a7d9b92 (HEAD -> vte-0-78, tag: 0.78.2) Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 23 21:04:26 2024 +0100 build: Fix typo in pread check (cherry picked from commit e4f4ca72c0bc01518d76a127400a356098a4fb38) meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit ee3863ac34fbe7b6bfebf1241dbe8f396faaa6f1 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 23 21:04:26 2024 +0100 lib: Remove an unnecessary move ... which would prevent copy elision. (cherry picked from commit 9d2e66fc5bf2aacc69e3859b5ee7f3996befa207) src/vteseq.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit dc953558d7d8e2292776596fc819836fcd1723f0 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Nov 16 22:44:29 2024 +0100 emulation: Use U+2426 for SUB Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2843 (cherry picked from commit b0fbf743d58c1ff09a58dfcd6a9c96772e369506) src/vteseq.cc | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) commit 18e4a5c2db25030ba2d1b800a8229fe67b6e94c7 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Oct 22 18:53:37 2024 +0200 widget: Use correct type for out param vte_pty_spawn_finish() takes a GPid*, not a pid_t*, which are apparently different types on some 32-bit systems. Patch by Marcel Telka. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2833 (cherry picked from commit 9dbb6fd2ad0b565fd01b52ef7f46fc1f0b50b1d8) src/vtegtk.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit e34f1c27529ce9880013561b1c2e9a5018495811 Author: Christian Persch <chpe@src.gnome.org> Date: Tue Oct 22 18:53:37 2024 +0200 widget: Use correct termprop name Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2835 (cherry picked from commit ef34accf31e9dd0a37c6cde1471cc0a28dd02325) src/vtegtk.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) commit 217a1a451fbc1af3de6657f5465531ef59597774 Author: Christian Persch <chpe@src.gnome.org> Date: Sat Oct 19 22:22:16 2024 +0200 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 9c70c63c29bdd1677f3f1fa947d015ddf5eecc76 (tag: 0.78.1)