This commit is contained in:
Matthias Clasen 2025-03-05 18:23:51 -05:00
parent 866adad06b
commit 198aeace1e
2 changed files with 23 additions and 1 deletions

22
NEWS
View File

@ -1,3 +1,25 @@
Overview of Changes in GTK+ 3.24.49, 05-03-2025
===============================================
* Fix a crash in GtkIMContext
* Fix crashes in DND with GtkPlug/GtkSocket
* Wayland:
- Fix erroneous crossing events, causing menus to malfunction
- Support the cursor-shape protocol
* X11:
- Enforce size limits on windows, preventing lockups
* macOS:
- Fix pen tilt handling
* Translation updates
Bulgarian
Thai
Overview of Changes in GTK+ 3.24.48, 25-02-2025
===============================================

View File

@ -1,5 +1,5 @@
project('gtk', 'c',
version: '3.24.48',
version: '3.24.49',
default_options: [
'buildtype=debugoptimized',
'warning_level=1'