This commit is contained in:
Matthias Clasen
2019-07-03 20:25:10 +00:00
parent 0f216525af
commit 1d25c38811
3 changed files with 31 additions and 3 deletions

28
NEWS
View File

@@ -1,3 +1,31 @@
Overview of Changes in GTK+ 3.24.10
===================================
* Make gtk_widget_get_action_group behave as documented
* Make gdk_screen_get_monitor_plug_name works as before
* Adwaita:
- Update infobar look
- Fix some issues with submenus and popovers
* Wayland: Use the xdg-output protocol
* Fix build issues around cups
* Quartz: Build fixes
* treeview: Bring the pixel cache back, since its removal
was causing problems in some applications
* Various documentation improvements
* Translation updates:
Slovenian
Croatian
Spanish
Overview of Changes in GTK+ 3.24.9
==================================

View File

@@ -10,8 +10,8 @@
m4_define([gtk_major_version], [3])
m4_define([gtk_minor_version], [24])
m4_define([gtk_micro_version], [9])
m4_define([gtk_interface_age], [5])
m4_define([gtk_micro_version], [10])
m4_define([gtk_interface_age], [6])
m4_define([gtk_binary_age],
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
m4_define([gtk_version],

View File

@@ -1,5 +1,5 @@
project('gtk+-3.0', 'c',
version: '3.24.9',
version: '3.24.10',
default_options: [
'buildtype=debugoptimized',
'warning_level=1'