commit 0f438924f9f8a858b1b82434c876e31c2de180d4 (HEAD -> vte-0-68, tag: 0.68.0) Author: Christian Persch Date: Sun Mar 27 19:52:19 2022 +0200 build: Version 0.68.0 meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 22c815f3556450b37596bad48f03aef48d397f45 Author: Christian Persch Date: Mon Feb 28 17:37:43 2022 +0100 spawn: Fix build without CLOSE_RANGE_CLOEXEC Only call close_range() when CLOSE_RANGE_CLOEXEC is defined. Fixes the build on non-linux. Fixes: https://gitlab.gnome.org/GNOME/vte/-/issues/2544 (cherry picked from commit 5770e39b5a908952237bc8288e5342eb08c1d5bb) src/spawn.cc | 2 ++ 1 file changed, 2 insertions(+) commit e723a6fa96bc50effbd046a2c2419cc51b3cc8c1 Author: Christian Persch Date: Sat Feb 12 21:10:08 2022 +0100 Revert "emulation: Support XTVERSION sequence" This reverts commit 0718a9a7f9300b2526eddb0fc74e25eef34795ba. Issue #235 shows commiting this was premature and there's more discussion needed. src/parser-reply.hh | 1 - src/parser-seq.py | 2 -- src/vteseq.cc | 32 ++------------------------------ 3 files changed, 2 insertions(+), 33 deletions(-) commit 7cb2e8c03cffa39603c041e6bdd6e5efe11e6c66 Author: Christian Persch Date: Sat Feb 12 19:19:07 2022 +0100 build: Post release version bump meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) commit 08f6c596d1a05e20541b8268d19aede55ac99f4d (tag: 0.67.90)