From 59857e8f20aa07bbdaa621eecccb31accc717edb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 18 Jul 2017 22:24:40 -0400 Subject: [PATCH] 3.22.17 --- NEWS | 20 ++++++++++++++++++++ configure.ac | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 9b06703dee..f351e7385a 100644 --- a/NEWS +++ b/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 =================================== diff --git a/configure.ac b/configure.ac index fe5cdec09e..f81c2f3354 100644 --- a/configure.ac +++ b/configure.ac @@ -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],