mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
3.22.17
This commit is contained in:
parent
448d76b8e8
commit
59857e8f20
20
NEWS
20
NEWS
@ -1,3 +1,23 @@
|
||||
Overview of Changes in GTK+ 3.22.17
|
||||
===================================
|
||||
|
||||
* Add native file chooser support for OS X
|
||||
|
||||
* Bug fixes:
|
||||
766517 GtkAboutDialog should use https:// license URLs
|
||||
781583 gtk_image_new_from_resource does not work
|
||||
781935 Add nullable return annotation to gtk_notebook_get_tab_label
|
||||
781936 Add nullable return annotation to gtk_text_mark_get_name
|
||||
782040 Wacom pen calibration application responds to mouse input
|
||||
782325 wayland: Add possibility to get the exported handle multiple times
|
||||
784323 Quartz backend: gtk_clipboard_get_default not implemented
|
||||
784723 macOS: native file chooser dialog
|
||||
784888 gtkapplication: Mark gtk_application_get_active_window() as nullable
|
||||
|
||||
* Translation updates:
|
||||
Friulian
|
||||
Kazakh
|
||||
|
||||
Overview of Changes in GTK+ 3.22.16
|
||||
===================================
|
||||
|
||||
|
@ -10,8 +10,8 @@
|
||||
|
||||
m4_define([gtk_major_version], [3])
|
||||
m4_define([gtk_minor_version], [22])
|
||||
m4_define([gtk_micro_version], [16])
|
||||
m4_define([gtk_interface_age], [16])
|
||||
m4_define([gtk_micro_version], [17])
|
||||
m4_define([gtk_interface_age], [17])
|
||||
m4_define([gtk_binary_age],
|
||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||
m4_define([gtk_version],
|
||||
|
Loading…
Reference in New Issue
Block a user