Bump version of Wayland bundled with kitty

From 1.23.1 to 1.24.0

The just released mesa 25.2.0 doesn't work with libwayland < 1.24.0.
Sigh. Wayland is basically the world's biggest waste of time.

Fixes #8884
This commit is contained in:
Kovid Goyal
2025-08-16 08:39:24 +05:30
parent 363afac8af
commit 1aeb22c158
2 changed files with 9 additions and 6 deletions

View File

@@ -130,6 +130,9 @@ Detailed list of changes
- Fix a regression in 0.40.0 that broke handling of the VS16 variation selector when it caused a character to flow to the next line (:iss:`8848`)
- Wayland: Update bundled copy of libwayland to 1.24 from 1.23.1 because the
just released mesa 25.2.0 breaks with libwayland < 1.24 (:iss:`8884`)
0.42.2 [2025-07-16]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~